Basic Input/Output TutorialThe Basic Input/Output Tutorial found here: http://www.cplusplus.com/doc/tutorial/basic_io/ c...
string literals split across linesIs this legal in standard C++? cout << "hello" "world" << endl; I've always assumed a stream ...
This user does not accept Private Messages