I'm ussing C++ visual studio 2005, and programming in console mode using the standerd (ANSI) library. Is there a state ment that is opposite to '\n' or std std::endl that moves the curser up. What i want to do is dertermine how many scharchters there are in a string and using the '\b' and go over them with a blank string, thus clearing the screen. If there is a better way of doing this please help?
'm ussinf C++ visual studio 2005, and programming in console mode usinf the standerd library, C++ code HELP!!!
#include %26lt;cstdlib%26gt;
system("cls");
This will clear the entire console screen.
Im not sure exactly what your goal is?
Hope this helps.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment