why does <conio.h> header file is not available in SL C++ compilers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

why does <conio.h> header file is not available in SL C++ compilers?

hy! , i was checking functions of some important header files , and while doing it , i notice SL cpp compiler doesn't accept <conio.h> header file , it output come - "No such header file" , i check it in online compiler and it work perfectly , why it not available in SL cpp compilers??

20th Aug 2023, 3:14 PM
Alhaaz
Alhaaz - avatar
12 Answers
+ 7
"conio.h is a C header file used mostly by MS-DOS compilers to provide console input/output.[1] It is not part of the C standard library or ISO C, nor is it defined by POSIX." https://en.m.wikipedia.org/wiki/Conio.h It is a non-standard library and outdated.
20th Aug 2023, 3:18 PM
Lisa
Lisa - avatar
+ 2
Евгений GDB online Debugger https://www.onlinegdb.com › onlin... Online C++ Compiler - online editor
21st Aug 2023, 2:28 PM
Alhaaz
Alhaaz - avatar
+ 2
Yes! I checked it too!
3rd Nov 2023, 1:58 PM
Alhaaz
Alhaaz - avatar
+ 1
Alhaaj What online compiler did you use?
20th Aug 2023, 3:43 PM
Евгений
Евгений - avatar
+ 1
Евгений online compiler
21st Aug 2023, 2:18 PM
Alhaaz
Alhaaz - avatar
+ 1
search c++ compiler
21st Aug 2023, 2:22 PM
Alhaaz
Alhaaz - avatar
+ 1
Alhaaj thank you very much!
21st Aug 2023, 2:30 PM
Евгений
Евгений - avatar
21st Aug 2023, 2:32 PM
Alhaaz
Alhaaz - avatar
+ 1
thanks a lot Lisa!!
21st Aug 2023, 3:18 PM
Alhaaz
Alhaaz - avatar
+ 1
its true. i use cxxdroid app and conio.h works. but in replit app it doesen't work.
22nd Aug 2023, 12:56 AM
juan
juan - avatar
0
Alhaaj which one? Can you post a link?
21st Aug 2023, 2:20 PM
Евгений
Евгений - avatar
0
Alhaaj I'd like to know which one _you_ used. Is that a problem?
21st Aug 2023, 2:24 PM
Евгений
Евгений - avatar