Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This is a function that can replace SystemCLS. However, it can be laggy at times.
- void ClearScreen()
- {
- for(int i = 0; i <= 100; i++){
- cout << "\n";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement