Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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
Question marked as Best reply

Posted on May 28, 2018 4:32 AM

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.

1 reply

There are no replies.

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