Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to clear screen in C++ console

using the "system" function you enter a cmd command which is in this case "cls"

in code it will look something like this

	system("cls"); 

and it will clear your screen
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #clear #screen #console
ADD COMMENT
Topic
Name
2+4 =