Posts by julia • 21 points
1 post
-
2
votes2
answers15220
viewsQ: How to clear the screen in C++?
How to clear the screen in C++ ? I already put the library: ** #include< stdlib. h>** and the code: system("cls"), but gives the error: "sh: 1: cls: not found". How do I fix this?…