Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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. ...

  1. #1
    Rahulbatra is offline Senior Member Array
    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


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...