Advertisement

1 - 10 of 17 containing alltags:("kbhit") (0 seconds)
I need C source code (not copyrighted) for a kbhit() function that will work on the Windows NT operating system.  Can you provide me with this source code? Thanks in advance.
Zones: Windows ProgrammingDate Answered: 05/11/1997 Grade: C Views: 24
I have a WIN32 console app, in C++, which reads input from the user and acts accordingly.  The app is a front end which interacts with MS Telnet server.  Everything is fine apart from when the user...
Zones: C++Date Answered: 12/31/2001 Grade: A Views: 0
Following is an excerpt from my Client code. I am trying to create a multithreaded server and client. What i want this client to do is simply check for input with kbhit() and take in char. by char....
Zones: C++Date Answered: 05/22/2003 Grade: A Views: 17
I have quite a few menus in my program and I would like for the user to be able to hit the required key and not have to hit the enter key for the screen to change.  Here is what I am doing now: ...
Zones: C++Date Answered: 06/10/2003 Grade: A Views: 0
hi, i've got the borland c++ compiler v5.01 in borlands conio.h there is a command called kbhit(). it returns false, if there were no inputs on the keyboard and !false, if there was an input. b...
Zones: C++Date Answered: 01/19/2004 Grade: A Views: 9
God day sir/madam: How are you? I have face a problem with C++ programming. I don't how to use kbhit() function in Microsoft C++? Any solution about this?? from Jason Dia Software Engineer...
Zones: Web Languages/StandardsDate Answered: 08/20/2004 Grade: A Views: 0
(Sorry for the long drawn out question...) Does anyone know the best way to create an equivilant for the kbhit() function? (in the good ol' conio.h under DOS) I am using BSDI3.1 with the latest ver...
Zones: Unix Systems ProgrammingDate Answered: 02/21/1998 Grade: D Views: 0
I am working with SCO Unix using gcc for my compiler. I need to know the equiv of 'kbhit()'?  thanks.
Zones: CDate Answered: 03/12/1998 Grade: C Views: 10
Hi, In my MFC exe project, the function kbhit() doen't work. So, who to chatch a key press?
Zones: Windows MFCDate Answered: 11/06/2000 Grade: A Views: 0
Which header file contains the kbhit ()-function? Thank you !
Zones: C++Date Answered: 01/21/2002 Grade: A Views: 13