clrscr() does not work in visual studio 2017.I tried system("cls") including windows.h and conio.h header file still it gives error.
Asked
Active
Viewed 544 times
0
-
What error do you get? – SLaks Feb 04 '18 at 15:19
-
'clrscr' :identifier not found – Smriti Rastogi Feb 04 '18 at 15:20
-
`clrscr()` and `conio.h` - really? What were you previously using? Turbo C++? (Which is some 20 years old and not remotely standard compliant).. – Jesper Juhl Feb 04 '18 at 16:02
-
Well, if you wanna use `system("cls")` you need to include the header `
`. – Xam Feb 04 '18 at 16:35