Okay , I'm writing my first project for my college , I need to make a trick in my code which i believe it's possible to do , First of all here's my code :
cout << "1 - Enter the program\n"
<< "2 - About the program\n"
<< "3 - EXIT" << endl; //calls exit function .
cin >> choice;
After this very first line of code execution , the compiler calls a function which also has a bunch of couts and cins ,
What exactly i need to make is when i choose 1 or 2 all the previous words should be cleared except the program title .