Instead of conio.h , what should i use on xcode?

here is my program.

#include <stdio.h>

#include <conio.h>


void main()

{

clrscr();

textcolor(RED);

cprintf("I will be the best programmer in the world.");

getch();

}


here it says eror on conio.h.

what i need use instead of conio.h?

MacBook Pro with Retina display

Posted on Oct 22, 2014 11:27 AM

Reply
1 reply

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.

Instead of conio.h , what should i use on xcode?

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