Guys would it be difficult to write coutn which would basically place newline symbol at the end of the input. While working with console (that’s all I can do at the moment) I’m finding very tedious to write ‘\n’ every time I want the line to be a new line.
Or maybe it is already implemented?
Guys would it be difficult to write coutn which would basically place newline symbol
Share
To circumvent the multiple injections on a single line, you could use a temporary object. This temporary object would add the ‘\n’ in its destructor.
In the end, I’m wondering if this
coutnis actually better?