12-13-2009, 05:53 AM
You know when you say
cout << "Hello World!";
I was taught to put << endl; on the end so it looked like:
cout << "Hello World!" << endl;
What's the difference?
cout << "Hello World!";
I was taught to put << endl; on the end so it looked like:
cout << "Hello World!" << endl;
What's the difference?