How to conio.h header file in c | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to conio.h header file in c

10th Sep 2023, 3:59 AM
Aaryan Singh Chauhan
Aaryan Singh Chauhan - avatar
7 Respuestas
+ 8
Aaryan Singh Chauhan You need to learn again.. https://www.sololearn.com/learn/courses/c-introduction And Note that,In modern C programming, the `conio.h` header file is not a standard part of the C language. It was mainly used in older versions of the Turbo C compiler for MS-DOS.
10th Sep 2023, 4:51 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 3
Aaryan Singh Chauhan https://www.sololearn.com/Discuss/2713919/?ref=app In Turbo C compiler you can use conio.h header file. It's old but in college they will teach that's why. I got discussion about conio.h https://www.sololearn.com/discuss/51936/?ref=app
10th Sep 2023, 5:53 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 3
David Carroll sir answer is helpful and really appreciate that they are sharing knowledge with the community. https://www.sololearn.com/Discuss/2786135/?ref=app
10th Sep 2023, 5:56 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 3
conio.h is a non-standard header file used primarily by MS-DOS compilers to provide console input/output functions. It is not part of the C standard library, however, not recommended to use conio.h in modern C. If you are looking for an alternative to conio.h, you can use the ncurses library, which provides similar functionality for console input/output. Alternatively, you can use the standard C library functions such as scanf() and printf() for input/output operations.
11th Sep 2023, 4:50 AM
Moree
Moree - avatar
+ 2
Any Other way to use conio
10th Sep 2023, 5:45 AM
Aaryan Singh Chauhan
Aaryan Singh Chauhan - avatar
+ 2
conio.h is now not available in current compilers.
10th Sep 2023, 8:33 AM
Alhaaz
Alhaaz - avatar
+ 1
Please tell how to do?
10th Sep 2023, 5:06 AM
Aaryan Singh Chauhan
Aaryan Singh Chauhan - avatar