0
Does endl create a new line?
I need to add a space between two lines that will be output to the screen, not sure if endl is a good way to do it.
6 Respostas
+ 16
Yes...
+ 15
Yes.
+ 15
or cout<<"\n";
+ 1
Can I double it up? like << endl << endl; to make an extra space?
+ 1
Great!
0
If you're interested in what I'm working on here is my GitHub https://github.com/vubur