Thread: Dev c++
View Single Post
Old Feb 21st, 2005, 10:34 PM   #19
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
getch() is the best option on a windows compiler. However if you move to linux you have to look to cin alternatives.

As for not working with other (windows) compilers, conio.h was originally developped by borland and as far as i know is currently supported on Microsoft, Borland, and Bloodshed compilers.
__________________

tempest is offline   Reply With Quote