Hello all. I'm having C++ issues. I'm pretty familiar with Java and I'm teaching myself C++ for a class. But I'm getting an error and I can't figure out how to fix it.This is the error I'm getting:
9/18/2006 11:30:00 PM
maybe try declaring a main function and moving your =true assignment in there ?
9/19/2006 12:24:44 AM
^
9/19/2006 1:00:53 AM
Sweet! Many thanks. I knew it was something simple like that.
9/19/2006 1:09:52 AM
ahh, the good 'ol days of highschool C++ classes at 7 o'clock in the morning.
9/19/2006 2:34:52 PM
damn
9/19/2006 2:35:07 PM
and FYI, you can use code tags to show your source code, not a quote box
cout << "Hello World!";
9/19/2006 2:57:29 PM