cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Function similar to \r
Function similar to \r
Nov 18, 2013 at 6:43am UTC
Shery
(1)
I know that \r returns cursor to the start of line. what if i have printed 10 lines with use of \n or endl and i want to goto very first line to renew my print?
Nov 18, 2013 at 9:25am UTC
nvrmnd
(656)
the only way to do that is to perform terminal and os specific stuff, some sort of gotoxy()
Topic archived. No new replies allowed.