+ 3
Why conio.h header file is not accepted in sololearn?
4 Answers
+ 2
conio.h is a non existing header file in c++.......if u want to use clrscr we can use system("cls") which works efficienty
+ 2
system("cls") works only on Windows.
+ 2
thanks..
+ 1
You can find all the standard C++ library files on http://cplusplus.com/reference .