clrscrn() question
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hey, I know there's an alternative to the clrscrn() function, but I'm having trouble finding and using it. Could someone give me an example of code. something that replace this (and please include the appriate header and using statements, because that's all confusing too... :-): cout << "Please enter c to continue "; cin << ans; clrscrn(); cout << "Thx." << endl; Peace:)