Welcome to Dream.In.Code
Become a C++ Expert!

Join 137,424 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,975 people online right now. Registration is fast and FREE... Join Now!




Error code E2209

 
Reply to this topicStart new topic

Error code E2209, Still having difficulty correcting!

danieljkey
14 Jan, 2008 - 04:35 PM
Post #1

New D.I.C Head
*

Joined: 12 Jan, 2008
Posts: 4

Thank you to Martyr2 for your quick response!

I did try everything you suggested and I'm still getting the E2209 error for the following code:

CODE

//Hello World!
#include <iostream.h>

int main()
{
cout << "Hello, World!" << endl;
return 0;
}


I don't know if this makes a difference, but when I check the properties of the iostream.h file, it says Opens with: Unknown application

Not sure if that's normal (the bcc32 and ilink32 files say the same thing)

Forgive me for my ingnorance on the subject, as I am very new to this!

Any other ideas?

This post has been edited by danieljkey: 14 Jan, 2008 - 04:38 PM
User is offlineProfile CardPM
+Quote Post

Bench
RE: Error Code E2209
14 Jan, 2008 - 05:08 PM
Post #2

D.I.C Addict
Group Icon

Joined: 20 Aug, 2007
Posts: 630



Thanked: 16 times
Dream Kudos: 150
Expert In: C/C++

My Contributions
try omitting the .h from iostream - Standard headers (Which are not necessarily standalone, readable files) in C++ do not use a .h extension.

If you are able to access any file known as iostream.h, then you ought to be able to view it using any text editor, such as notepad. However, knowing its contents will almost certainly not help you at all.
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/5/08 04:33AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month