+ 2
Can anyone tell me why i am not able to clear console
Can anyone tell me why i am not able to clear console in c++ I have use system("clear"); or system("cls"); but still i am unable to clear console
1 Answer
+ 3
You should type it as,
#This is working at python
import os as *
#for import os module
#then your steatements
#this is the way
system('clear')