> #include <iostream>
>
> int main()
> {
>       cout << "Hello World!" << endl;
>       return(0);
> }
>
> Try the above :)
>

[ken@spooky Desktop]$ ./hello1.cpp
./kello1.cpp: line 4: syntax error near unexpected token `main()'
./kello1.cpp: line 4: `int main()'

>   Been a long time, but shouldn't this be
>
>   int main();

Tom and Dwain,
Same error message using each of the suggestions.
<scratching head with a puzzled frown>
The code comes right out of Sams "Teach yourself C++ in 24hrs" and in 
previous versions of MDK I've had it work.
I'm going back to trying to learn C++, had to quit studies the first time 
around.
-- 
Ken Thompson, North West Antique Autos
Payette, Idaho
Email: [EMAIL PROTECTED]
http://www.nwaa.com
Sales and brokering of antique autos and parts.

Linux- Coming Soon To A Desktop Near You
Registered Linux User #183936


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to