Click here to Skip to main content
15,892,575 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Generalconsole timer Pin
nikoladsp26-May-04 23:03
nikoladsp26-May-04 23:03 
GeneralThe VC++ 2003 Toolkit Pin
--BoB--25-May-04 18:23
suss--BoB--25-May-04 18:23 
GeneralCall proc inside namespace from outside the namespace Pin
Member 62566624-May-04 8:41
Member 62566624-May-04 8:41 
GeneralRe: Call proc inside namespace from outside the namespace Pin
kmcguire30-May-04 17:28
kmcguire30-May-04 17:28 
GeneralTaking input while in some form of waiting/sleeping -- plz help Pin
Makutu21-May-04 20:32
Makutu21-May-04 20:32 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George27-May-04 19:19
Curi0us_George27-May-04 19:19 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Makutu2-Jun-04 15:20
Makutu2-Jun-04 15:20 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George3-Jun-04 2:03
Curi0us_George3-Jun-04 2:03 
Not really. That would be entirely dependent on what libraries you ae using for input. Perhaps whatever library you are using provides a function (with a name such as bytes_available()) which returns the number of bytes currently available for access. I've used libraries (e.g. JNetLib) which has this type of functionality, but many libraries do not. It is possible to wrap an asynchronous APi and achieve this kind of functionality (which is what JNetLib does), but this wrapping will require threading.

It really depends on what you are trying to do, where this input is coming from, and what libraries you are using.
Generalneed help !! Pin
ormax321-May-04 9:09
sussormax321-May-04 9:09 
GeneralRe: need help !! Pin
kmcguire3-Jun-04 11:41
kmcguire3-Jun-04 11:41 
Generalborland c++builder vs C++(general) Pin
Andy Gunn20-May-04 22:28
Andy Gunn20-May-04 22:28 
GeneralFormatted Printing from RichTextBox class Pin
Tank_Aviator20-May-04 7:13
Tank_Aviator20-May-04 7:13 
Generalamazon upload need help... Pin
Sumit Kapoor19-May-04 19:57
Sumit Kapoor19-May-04 19:57 
QuestionHow to detect keyboard Pin
Ajay_Saraf19-May-04 19:12
Ajay_Saraf19-May-04 19:12 
GeneralC++ Compilers Pin
DarkExploi^19-May-04 12:35
sussDarkExploi^19-May-04 12:35 
GeneralRe: C++ Compilers Pin
ian mariano20-May-04 9:43
ian mariano20-May-04 9:43 
GeneralRe: C++ Compilers Pin
Member 62566624-May-04 9:48
Member 62566624-May-04 9:48 
Generali need to get the chat text of msm messanger Pin
Member 96792618-May-04 9:02
Member 96792618-May-04 9:02 
QuestionHow to get an Array allocated in Unmanamed code Pin
hasansheik18-May-04 3:43
hasansheik18-May-04 3:43 
AnswerRe: How to get an Array allocated in Unmanamed code Pin
Member 93002221-May-04 18:58
Member 93002221-May-04 18:58 
GeneralRe: How to get an Array allocated in Unmanamed code Pin
hasansheik21-May-04 20:06
hasansheik21-May-04 20:06 
GeneralRe: How to get an Array allocated in Unmanamed code Pin
Member 93002222-May-04 7:33
Member 93002222-May-04 7:33 
GeneralJava Bean Pin
selvi_saru18-May-04 1:43
selvi_saru18-May-04 1:43 
GeneralRe: Java Bean Pin
Curi0us_George27-May-04 19:29
Curi0us_George27-May-04 19:29 
QuestionErrors? Pin
Gra3y17-May-04 23:31
Gra3y17-May-04 23:31 

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.