0
Alternative for "system" functions in c++
I am looking for the alternative to functions like system("cls"); and system("pause");... These only work with some compilers/debuggers. Is there universal code for this?
0 Réponse
I am looking for the alternative to functions like system("cls"); and system("pause");... These only work with some compilers/debuggers. Is there universal code for this?