
- Forum
- Programming Talk
- C and C++
- Want to know the environment
Want to know the environment
This is a discussion on Want to know the environment within the C and C++ forums, part of the Programming Talk category; Does the header file conio.h supported and handled in all operating system or any restrictions are there in its usage. ...
-
03-09-2007, 03:37 PM #1
- Join Date
- Apr 2006
- Answers
- 124
Want to know the environment
Does the header file conio.h supported and handled in all operating system or any restrictions are there in its usage. If so what are the environments in which this header file finds its usage
-
Since conio.h is a header file used in old MS-DOS compilers most of the C compilers that target DOS, Windows will surely support conio.h header file. But if your write C program in UNIX and Linux operating system, then the header file conio.h is not supported.

Reply With Quote





