How to import conio.h library xCode ?

Hello I'm using xCode compiler , but there isn't conio.h library. How can I add this library xCode ?

MacBook Pro (15-inch, 2017), macOS High Sierra (10.13.4)

Posted on May 27, 2018 8:20 PM

Reply
1 reply

May 28, 2018 4:32 AM in response to yigitozes

It's because you are not on a PC attempting to develop DOS console applications, where the conio.h header is used.


The conio.h header file is not part of any C/ISO/POSIX C standard library. On UNIX machines, or Linux, you use the ncurses library and ncurses.h header for building interactive applications that can run in a Terminal window. Google: ncurses examples.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to import conio.h library xCode ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.