anyone know why kbhit() doesn't work whit my dev-c++4
but it works smoothly with my other compilers like borland![]()
This is a discussion on strange within the C++ Programming forums, part of the General Programming Boards category; anyone know why kbhit() doesn't work whit my dev-c++4 but it works smoothly with my other compilers like borland...
anyone know why kbhit() doesn't work whit my dev-c++4
but it works smoothly with my other compilers like borland![]()
Who knows? It seems to work for me, but it's not standard so it may not work the way you expect. What do you mean by 'doesn't work' anyway?
kbhit() never would work with dev-c++ 4....
i dunno why... if you look in conio.h it says that its being "worked on"
What is C++?
i had the same problem before!Just include <conio_mingw.h>
Website(s): http://www16.brinkster.com/trifaze/
E-mail: trifaze_mattu@lycos.com
---------------------------------
C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
DirectX Version: 9.0b
DX SDK: DirectX 8.1 SDK
... oh, wow, ok.... ill try...
What is C++?