help with system();

http://codepad.org/5psVcPnQ

So this program works perfectly well,but I red like million times that we shouldn't use system(); and I use it twice cause I dont get how to use other things for cleaning sreen.So if someone could tell me the best way and smartest what to use and please write me that in code so I can see it.Thanks
Please don't post your code elsewhere. What do you use system() to do?
I use system system("cls"); to clear the screen,but I heard there's a better ways but dont understand how to use it.Could you help me ?
This is an alternative to "cls" command directly from Microsoft:
http://support.microsoft.com/kb/99261
Topic archived. No new replies allowed.