Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAlt+tab Pin
mailtochandra2000@yahoo.com27-Jul-08 23:00
mailtochandra2000@yahoo.com27-Jul-08 23:00 
GeneralRe: Alt+tab [modified] Pin
enhzflep28-Jul-08 0:41
enhzflep28-Jul-08 0:41 
QuestionHierachy Chart for MFC8.0? Pin
Priya_Sundar27-Jul-08 22:31
Priya_Sundar27-Jul-08 22:31 
AnswerRe: Hierachy Chart for MFC8.0? Pin
Rajesh R Subramanian27-Jul-08 22:42
professionalRajesh R Subramanian27-Jul-08 22:42 
AnswerRe: Hierachy Chart for MFC8.0? Pin
Hamid_RT28-Jul-08 3:03
Hamid_RT28-Jul-08 3:03 
QuestionBusy Waiting Pin
Daniel Kanev7-Mar-17 10:45
Daniel Kanev7-Mar-17 10:45 
AnswerRe: Busy Waiting Pin
CPallini27-Jul-08 22:33
mveCPallini27-Jul-08 22:33 
AnswerRe: Busy Waiting Pin
Cedric Moonen28-Jul-08 2:05
Cedric Moonen28-Jul-08 2:05 
Daniel Kanev wrote:
I am wondering if busy waiting is really a big problem with processors available nowadays


Suppose that you have a loop in which you constantly check the value of a variable (and do something if the variable is true), no sleep or wait, only an 'endless' loop. This loop will consume the maximum resources it can use on the processor on which it is running. So, even if you have a faster processor, you will only loop faster. But all other process will still be slowed down because of that. So, yes, busy waiting is bad, even if you have the fastest processor in the world.

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

AnswerRe: Busy Waiting Pin
Stephen Hewitt28-Jul-08 14:29
Stephen Hewitt28-Jul-08 14:29 
QuestionWhat's the differences between lstrlen and _tcslen? Pin
fantasy121527-Jul-08 22:14
fantasy121527-Jul-08 22:14 
AnswerRe: What's the differences between lstrlen and _tcslen? Pin
_AnsHUMAN_ 27-Jul-08 22:34
_AnsHUMAN_ 27-Jul-08 22:34 
Question_beginthread issue Pin
Programm3r27-Jul-08 21:45
Programm3r27-Jul-08 21:45 
AnswerRe: _beginthread issue Pin
CPallini27-Jul-08 22:22
mveCPallini27-Jul-08 22:22 
GeneralRe: _beginthread issue Pin
Programm3r27-Jul-08 22:48
Programm3r27-Jul-08 22:48 
GeneralYou are welcome. Pin
CPallini27-Jul-08 23:13
mveCPallini27-Jul-08 23:13 
QuestionComparison between MFC6.0 and MFC8.0 Pin
Priya_Sundar27-Jul-08 21:09
Priya_Sundar27-Jul-08 21:09 
AnswerRe: Comparison between MFC6.0 and MFC8.0 Pin
_AnsHUMAN_ 27-Jul-08 21:42
_AnsHUMAN_ 27-Jul-08 21:42 
RantRe: Comparison between MFC6.0 and MFC8.0 Pin
Rajesh R Subramanian27-Jul-08 21:48
professionalRajesh R Subramanian27-Jul-08 21:48 
GeneralRe: Comparison between MFC6.0 and MFC8.0 Pin
_AnsHUMAN_ 27-Jul-08 22:16
_AnsHUMAN_ 27-Jul-08 22:16 
GeneralRe: Comparison between MFC6.0 and MFC8.0 Pin
Rajesh R Subramanian27-Jul-08 22:23
professionalRajesh R Subramanian27-Jul-08 22:23 
GeneralRe: Comparison between MFC6.0 and MFC8.0 [modified] Pin
_AnsHUMAN_ 27-Jul-08 22:29
_AnsHUMAN_ 27-Jul-08 22:29 
GeneralRe: Comparison between MFC6.0 and MFC8.0 Pin
CPallini27-Jul-08 22:41
mveCPallini27-Jul-08 22:41 
GeneralRe: Comparison between MFC6.0 and MFC8.0 Pin
Rajesh R Subramanian27-Jul-08 22:46
professionalRajesh R Subramanian27-Jul-08 22:46 
JokeRe: Comparison between MFC6.0 and MFC8.0 Pin
CPallini27-Jul-08 22:52
mveCPallini27-Jul-08 22:52 
GeneralRe: Comparison between MFC6.0 and MFC8.0 Pin
Rajesh R Subramanian27-Jul-08 22:56
professionalRajesh R Subramanian27-Jul-08 22:56 

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.