Hi!
I'm working on a project and need a way to add a newline to the input stream, by code and not by user's help.
The user should not need to do anything, I need a simple line of code that places a newline in the input stream, but I don't know how.
I meen like cin.get(), but without the user need to press a key.
Can anybody help?