how to clear screen?

Hi,everyone, a new beginner here.
How to clear the command prompt screen so it will not show the C:\Users\user\desktop ?
i already using system("cls");
There isn't any way to do it using standard C++. You'll need to use your OS's API functions or a third-party library.
Topic archived. No new replies allowed.