2009-02-02 21:41:24 UTC
-> system("clear"); //linux users
-> system("cls"); //window users
or non-standard header files that won't port to different compilers such as "conio.h". Is there additional cross platform libraries that support this functionality? I read that stream objects contain internal stream pointers, can these be manipulated to interact with the objects cout and cin?