11-09-2009, 08:38 PM
(11-09-2009, 06:31 PM)J4P4NM4N Wrote: Sorry, pet peeve of mine; You can still make that code one line smaller:
Code:#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
}
Not that it matters. Btw, I thought the main() function had to be of return type "int" as I wrote?
That would be silly to type std:: before every line...