Hi,
I am writing a OOP program which create menu using cout. I am not using MFC or
graphic programming. Just simple standard OOP C++ language. Once I select option# from my menu, it will create sub-menu. But the problem is I want to clear the screen from standard output and then sub-menu should written to standard output. I tried but I could not find a key which will clear the standard output. Any suggestions?

Thanks,

Sandeep