Am having trouble using the Conio library in my code blocks IDE while doing c++ code. Am using Windows 8.1. To be specific i need to use conio library functions for my c and c++ programs but the header file is not available.am looking for a link or address to download the library.
Asked
Active
Viewed 464 times
-6
-
2May I suggest you change lecturers, so that you get one that lectures about this, or at least the last before this, decade... – Mats Petersson Mar 12 '15 at 08:52
-
Check your spelling. The word is library not LIBRARY. – harper Mar 12 '15 at 08:56
-
As an aside TDM-GCC 4.9.2 still has this header. So have you checked that your installation of CodeBlocks (which I guess has installed MinGW) does not have this header file? – Richard Critten Mar 12 '15 at 08:56
-
`
` is windows specific. I would avoid using it. – Basile Starynkevitch Mar 12 '15 at 09:50
1 Answers
0
-
thanks so much @Raul am using MinGW the link led straight to download... it now working... – Samuel Owino Mar 16 '15 at 10:06