0
What is the difference between "endl" and " /n"
difference
2 Respostas
+ 4
Use std::endl when the system/program is unstable since it reload/refresh output buffers. Use \n for other cases.
+ 1
By the way, it needs a backwards slash(\), not a forward slash (/). I had to get another keyboard on my tablet just to be able to use it.