0
My computer always reading error twas dis clear screen function "system("cls");
5 Respostas
+ 1
Does the program run on Windows?
If Windows, write system("cls");
If linux, write system("clear");
+ 1
did you include standard library
#include <cstdlib>
0
You can use clrscr()
or check if you have used
#include<cstdlib>
0
i tried "system(" cls")" on both dev n codeblock its still reading error