Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLayered Window Question - UpdateLayeredWindow() API [modified] Pin
JeanneBucks15-Jun-06 13:17
JeanneBucks15-Jun-06 13:17 
QuestionHard question about Critical section - in C++ .... Pin
Yanshof15-Jun-06 10:16
Yanshof15-Jun-06 10:16 
AnswerRe: Hard question about Critical section - in C++ .... Pin
Eric Dahlvang15-Jun-06 10:40
Eric Dahlvang15-Jun-06 10:40 
AnswerRe: Hard question about Critical section - in C++ .... Pin
David Crow15-Jun-06 10:46
David Crow15-Jun-06 10:46 
GeneralRe: Hard question - still without answer Pin
Yanshof15-Jun-06 11:40
Yanshof15-Jun-06 11:40 
GeneralRe: Hard question - still without answer Pin
David Crow16-Jun-06 2:33
David Crow16-Jun-06 2:33 
AnswerRe: Hard question about Critical section - in C++ .... Pin
Jörgen Sigvardsson15-Jun-06 12:23
Jörgen Sigvardsson15-Jun-06 12:23 
AnswerRe: Hard question about Critical section - in C++ .... Pin
Arvind Bharti15-Jun-06 17:20
Arvind Bharti15-Jun-06 17:20 
A critical section is a small section of code that requires exclusive access to some shared resource before the code can execute. To protect that section of code we need to encapsulate that code in EnterCriticalSection and LeaveCriticalSection function call.
Better avoid using 'block' terminology.
GeneralRe: Hard question about Critical section - in C++ .... Pin
Rick York15-Jun-06 20:20
mveRick York15-Jun-06 20:20 
QuestionCloning an Existing Project Pin
TL_4515-Jun-06 9:23
TL_4515-Jun-06 9:23 
AnswerRe: Cloning an Existing Project Pin
Jun Du15-Jun-06 9:50
Jun Du15-Jun-06 9:50 
AnswerRe: Cloning an Existing Project Pin
alan top15-Jun-06 18:32
alan top15-Jun-06 18:32 
QuestionBest strategy for 2 computer dialog. Pin
tazzi15-Jun-06 6:17
tazzi15-Jun-06 6:17 
AnswerRe: Best strategy for 2 computer dialog. Pin
David Crow15-Jun-06 6:25
David Crow15-Jun-06 6:25 
GeneralRe: Best strategy for 2 computer dialog. Pin
tazzi15-Jun-06 6:45
tazzi15-Jun-06 6:45 
GeneralRe: Best strategy for 2 computer dialog. Pin
Jun Du15-Jun-06 7:09
Jun Du15-Jun-06 7:09 
Question[Message Deleted] Pin
lulu044115-Jun-06 5:56
lulu044115-Jun-06 5:56 
AnswerRe: Administrative system of parking tower Pin
David Crow15-Jun-06 6:00
David Crow15-Jun-06 6:00 
AnswerRe: Administrative system of parking tower Pin
James R. Twine15-Jun-06 6:35
James R. Twine15-Jun-06 6:35 
AnswerRe: Administrative system of parking tower Pin
Maximilien15-Jun-06 7:17
Maximilien15-Jun-06 7:17 
JokeRe: Administrative system of parking tower Pin
David Crow15-Jun-06 7:19
David Crow15-Jun-06 7:19 
AnswerRe: Administrative system of parking tower Pin
Dan Neely15-Jun-06 7:30
Dan Neely15-Jun-06 7:30 
QuestionGet file path? Pin
Droze15-Jun-06 5:55
Droze15-Jun-06 5:55 
AnswerRe: Get file path? Pin
Droze15-Jun-06 6:01
Droze15-Jun-06 6:01 
GeneralRe: Get file path? Pin
toxcct15-Jun-06 6:48
toxcct15-Jun-06 6:48 

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.