|
Conio.h is also provided with Dev-C++ but it has been stripped considerably in the later versions. If you're on a Windows platform you can get improved functionality of the same sort by using the console part of the API. From the viewpoint of special keys it's even better. Understand that C/C++ has no standard library for things that are hardware dependent -- they work through dependent drivers via the auspices of the compiler and its layers of access, for reasons of portability.
|