+ 7
<conio.h> and its functions clrscr() and getch() are not standard functions and therefore it is not mandatory for compilers to support them. In fact, it is mainly old (and outdated) compilers like Turbo C++ which do so. Same for <iostream.h>; modern C++ uses <iostream> as header. https://www.sololearn.com/discuss/288609/?ref=app
1st Mar 2020, 12:17 PM
Shadow
Shadow - avatar
+ 2
that sounds really awful man, turbo c++ is old and nobody uses it on jobs anymore. the college you're attending should really update their c++ lessons. and the conio.h header file won't work on sololearn so i would suggest downloading a turbo c++ compiler if you really need it.
1st Mar 2020, 3:02 PM
Shen Bapiro
Shen Bapiro - avatar
+ 1
In solo conio.h not works so its will gave errors
2nd Mar 2020, 6:56 AM
AS Raghuvanshi
AS Raghuvanshi - avatar