0
What's the difference?
I just began learning the basics, and I'm confused about whether the distance of the semicolon after end matters. (Example, endl; or endl ;.)
1 Odpowiedź
+ 2
No, it doesn't matters. Extra spaces are ignored in c++ unless they are used inside a string.