what's endl; do?
This is a discussion on what does this command do? within the C++ Programming forums, part of the General Programming Boards category; what's endl; do?...
what's endl; do?
Compiler: Metrowerks Codewarrior 7
--- I may be a newbie but theres no need to make fun ---
it goes to the next line in the stream.
In english, it means it takes the cursor to the next line.
Thanks
Compiler: Metrowerks Codewarrior 7
--- I may be a newbie but theres no need to make fun ---