conio.h in C not fully working

CodeLite installation/troubleshooting forum
Shuggawugga
CodeLite Curious
Posts: 1
Joined: Sat Nov 25, 2017 9:24 pm
Genuine User: Yes
IDE Question: C++
Contact:

conio.h in C not fully working

Post by Shuggawugga »

Most of it works, but it seems to be missing clrscr(). Considering that's one of the most useful features of conio.h as far as I can tell, it'd be nice to have it implemented.

Is this a known bug? Problem with the library? Is there a fix I can do myself for this, like downloading a complete conio.h library from somewhere I am currently unable to locate and using that instead?

I'm just doing a personal project, a little game in C for funsies, but any help would still be appreciated. I don't really want to have to just convert over to a different compiler after I've been working at familiarizing myself with this one so far.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: conio.h in C not fully working

Post by eranif »

This is not related to CodeLite.
Please google conio and install whatever libraries you need for it
Make sure you have read the HOW TO POST thread
Locked