I have read a few articles online about clearing the console with c++ in windows by using system("cls");
A few people told me using system commands isn't practical and it may be unsafe.
I would like to know why, seeing as i'm building a little console program for uni that has a menu at the start.
Is it perfectly safe and professional to use system("cls");
at home and in the workforce?