Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDeleting classes in C++ v7 (.NET) Pin
mcgmil4-Jul-05 5:44
mcgmil4-Jul-05 5:44 
GeneralRe: Deleting classes in C++ v7 (.NET) Pin
RChin4-Jul-05 5:49
RChin4-Jul-05 5:49 
GeneralRe: Deleting classes in C++ v7 (.NET) Pin
mcgmil4-Jul-05 20:55
mcgmil4-Jul-05 20:55 
Questionhow to format usbdisk under win2k? Pin
yqzq4-Jul-05 5:32
yqzq4-Jul-05 5:32 
QuestionHow To Debug dll Pin
4-Jul-05 4:23
suss4-Jul-05 4:23 
AnswerRe: How To Debug dll Pin
Iain Clarke, Warrior Programmer4-Jul-05 5:03
Iain Clarke, Warrior Programmer4-Jul-05 5:03 
AnswerRe: How To Debug dll Pin
2249174-Jul-05 17:39
2249174-Jul-05 17:39 
Generalconnect to mysql 4.1.17 from VS.NET c++ Pin
__horus__4-Jul-05 4:06
__horus__4-Jul-05 4:06 
GeneralRe: connect to mysql 4.1.17 from VS.NET c++ Pin
2249174-Jul-05 6:00
2249174-Jul-05 6:00 
GeneralRe: connect to mysql 4.1.17 from VS.NET c++ Pin
__horus__4-Jul-05 6:36
__horus__4-Jul-05 6:36 
GeneralRe: connect to mysql 4.1.17 from VS.NET c++ Pin
2249174-Jul-05 6:48
2249174-Jul-05 6:48 
Questiondisplaying dialog box in sdi or mdi window? Pin
sayup4-Jul-05 3:46
sayup4-Jul-05 3:46 
AnswerRe: displaying dialog box in sdi or mdi window? Pin
M.Mehrdad.M4-Jul-05 4:37
M.Mehrdad.M4-Jul-05 4:37 
AnswerRe: displaying dialog box in sdi or mdi window? Pin
Jose Lamas Rios4-Jul-05 6:14
Jose Lamas Rios4-Jul-05 6:14 
GeneralHELP: Visual studio .NET compilation error Pin
Member 20930494-Jul-05 3:43
Member 20930494-Jul-05 3:43 
GeneralRe: HELP: Visual studio .NET compilation error Pin
PJ Arends4-Jul-05 9:27
professionalPJ Arends4-Jul-05 9:27 
Generalquestion about macro define Pin
HeartFriend4-Jul-05 2:41
HeartFriend4-Jul-05 2:41 
GeneralRe: question about macro define [edited] Pin
Jose Lamas Rios4-Jul-05 3:11
Jose Lamas Rios4-Jul-05 3:11 
GeneralRe: question about macro define Pin
David Crow4-Jul-05 11:22
David Crow4-Jul-05 11:22 
GeneralRe: question about macro define Pin
Jose Lamas Rios4-Jul-05 13:14
Jose Lamas Rios4-Jul-05 13:14 
GeneralRe: question about macro define Pin
S. Senthil Kumar4-Jul-05 5:01
S. Senthil Kumar4-Jul-05 5:01 
QuestionHow to detect the dll or exe from the address(memory) of its function? Pin
saravananvv4-Jul-05 2:32
saravananvv4-Jul-05 2:32 
GeneralDebugging VC++ 7 Code Pin
manjums2002@yahoo.com4-Jul-05 2:28
manjums2002@yahoo.com4-Jul-05 2:28 
GeneralRe: Debugging VC++ 7 Code Pin
Cedric Moonen4-Jul-05 2:34
Cedric Moonen4-Jul-05 2:34 
GeneralNon-blocking reading of input Pin
Cedric Moonen4-Jul-05 2:25
Cedric Moonen4-Jul-05 2:25 
Hello !

Is there a function to read data from stdin (keyboard) without actually block until a character is typed in ? For example, getc waits until a char is typed on the keyboard. What I would like to have is a function to will look if there is data present in the input buffer. If yes, it returns the data, if no, it returns an error.

And yes, this is for a 'console' application (in fact this is an embedded platform).

Thanks

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.