0

My computer always reading error twas dis clear screen function "system("cls");

18th Jun 2018, 3:36 PM
JoeNa
JoeNa - avatar
5 odpowiedzi
18th Jun 2018, 3:41 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar
+ 1
Does the program run on Windows? If Windows, write system("cls"); If linux, write system("clear");
18th Jun 2018, 3:40 PM
Disvolviĝo;
Disvolviĝo; - avatar
+ 1
did you include standard library #include <cstdlib>
18th Jun 2018, 3:43 PM
‎ ‏‏‎Anonymous Guy
0
You can use clrscr() or check if you have used #include<cstdlib>
18th Jun 2018, 4:46 PM
Aveek Bhattacharyya
Aveek Bhattacharyya - avatar
0
i tried "system(" cls")" on both dev n codeblock its still reading error
18th Jun 2018, 6:13 PM
JoeNa
JoeNa - avatar