Daily bit(e) of C++ #479, Taking care with the usage of std::endl.
Now I understand why you always put a \n in your examples, what would be the correct way to output a system dependant new line?
You shouldn't need to care in text mode.
Now I understand why you always put a \n in your examples, what would be the correct way to output a system dependant new line?
You shouldn't need to care in text mode.