error: conio.h: No such file or directory
how do i get rid of this problems? i think, i'm lacking some libraries or headers(not sure if what it's called).
I assume it;s somthing like "sudo aptitude install <somthing>" blah blah..
can anyone help me
|
Pro contributor
|
![]() |
| 16Feb2010,12:54 | #2 |
|
conio.h is not availiable to all compilers.
which compiler do you use? |
|
Newbie Member
|
|
| 16Feb2010,13:03 | #3 |
|
it's gcc
i've read some articles saying that, to be able to use clrscr() you need to include conio.h.. |
|
Pro contributor
|
![]() |
| 16Feb2010,13:55 | #4 |
|
what's your operating system?
|
|
Banned
|
|
| 17Feb2010,07:55 | #5 |
|
MAINLY IN GCC , THE FUNCTIONS LIKE CLRSCR() wont work ... because i too had this problem,,,,, use system("cls"); function which will be in stdlib.h.... this function is nothing but functions connecting directly to DOS.....
|
|
Light Poster
|
|
| 17Feb2010,19:03 | #6 |
|
go for opensourse codeblocks...here u will find gcc compiler where u can use clrscr(),conio.h and all...
compared to other compilers its cool
|

