Thread: i need help!
View Single Post
Old Jul 10th, 2005, 12:10 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote