Page 1 of 1

conio.h in C not fully working

Posted: Sat Nov 25, 2017 9:35 pm
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.

Re: conio.h in C not fully working

Posted: Sat Nov 25, 2017 10:04 pm
by eranif
This is not related to CodeLite.
Please google conio and install whatever libraries you need for it