+ 2
ANSWER: NO â Is it possible to move back to the previous line on console?
\r will only get you to the start of the current line. \b will only backspace to the current line until it ends. will not move up. Is there any other spacial character or something that will move to the previous line? The opposite of the endl or \n
4 Answers
+ 4
In a file?
or source?
+ 3
Not that I know of.
try removing the code or call a similar function( if a function ) that has the code you need
+ 1
source
+ 1
OK thank you for your time