|
-
September 19th, 2003, 02:05 PM
#1
Member
Help with Dev C++
I've recently started a computer science course at school and downloaded Dev C++ so i could do some compiling at home. I tried to make a basic program that made an output statement and it claimed it was invalid.... Here's an example of what it looked like:
# include<iostream>
int main()
{
cout<<"hi \n";
return 0;
}
The part in read was identified to not be recognized by the compiler, does anyone know why this is, or what I can do to make "cout<<" regcognized?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|