TEST
-
#include int main()
{
cout << "hello world" << endl; // hello world!
}- Roman -
-
#include int main()
{
cout << "hello world" << endl; // hello world!
}- Roman -
I believe the program you have written, although I did not test it, will print out "hello word" (without quotes) :) -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
† -
I believe the program you have written, although I did not test it, will print out "hello word" (without quotes) :) -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
†No - it'll cause a compiler error, unless he goes back and edits the post and clicks the 'No HTML' checkbox ;) cheers, Chris Maunder
-
No - it'll cause a compiler error, unless he goes back and edits the post and clicks the 'No HTML' checkbox ;) cheers, Chris Maunder
Didn't see that. :) -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
† -
#include int main()
{
cout << "hello world" << endl; // hello world!
}- Roman -
you forgot the "Isn't that the "write once, debug everwhere" language?" Tom Archer on Java... :)