Can someone direct me as to how one would clear the
screen in c++ under linux? I have read dejanews
archives concerning this and see that there is no
way to do this that is c/c++ generic - that it is
os- and c++ distribution-specific. That said, I
did a look for any linux-specific c++ programming
newsgroups and find none.
Can someone please instruct me as to how one clears
the screen in c++? The model program I am using is
dos/windows based and uses conio.h to provide this
function. I would like the similar function for
linux.
patrick