0

Why does it always make me use endl?

in nearly all questions it makes me use endl. why?

29th Dec 2017, 9:45 AM
Wow
3 Réponses
+ 16
cout<<"no endl"<<"text"; cout<<"endl"; cout<<"endl"<<endl<<"text"; //test this
29th Dec 2017, 9:47 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 6
You may simply ignore the use of endl, but it makes the output neater when you have multiple outputs.
29th Dec 2017, 9:49 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
+ 3
you can use instead "\n"
29th Dec 2017, 9:55 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar