Thread: C++ Help Please
View Single Post
Old 07-05-2005, 12:16 AM   #1 (permalink)
AndTwenTy10
 
True Techie

Join Date: Oct 2004

Posts: 183

AndTwenTy10

Send a message via AIM to AndTwenTy10 Send a message via Yahoo to AndTwenTy10
Default C++ Help Please

Hey All, I downloaded Dev-C++ 4.9.9.2

http://www.cplusplus.com/doc/tutorial/tut1-1.html

I tried following that, But Everything I try to Compile keeps giving me errors... IM not sure how to fix them at all..

#include <iostream.h>

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

Im trying to compile and run this program.. They said it's easy but it's not working for me.

Anyone know what I can do or..? Thanks.
AndTwenTy10 is offline