berb
11-10-2000, 05:38 AM
I ripped this off a prior post:
// Clears the screen and moves cursor
void clrscr(void)
{
cout<<"\033[2J";
cout<<"\033[0;0f";
}
But do not UNDERSTAND it, and would like too.
thanks
(C++ and Linux Newbie)
------------------
I've got a special dispensation from original sin.
// Clears the screen and moves cursor
void clrscr(void)
{
cout<<"\033[2J";
cout<<"\033[0;0f";
}
But do not UNDERSTAND it, and would like too.
thanks
(C++ and Linux Newbie)
------------------
I've got a special dispensation from original sin.