Click here to Skip to main content
16,012,107 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnKeyDown().. How to determine simultaneous key presses. Pin
Paul M Watt28-Oct-02 6:48
mentorPaul M Watt28-Oct-02 6:48 
GeneralRe: OnKeyDown().. How to determine simultaneous key presses. Pin
Chris Richardson28-Oct-02 14:20
Chris Richardson28-Oct-02 14:20 
GeneralCListCtrl image format Pin
rrrado28-Oct-02 5:31
rrrado28-Oct-02 5:31 
GeneralRe: CListCtrl image format Pin
Shog928-Oct-02 16:52
sitebuilderShog928-Oct-02 16:52 
GeneralRe: CListCtrl image format Pin
rrrado28-Oct-02 21:20
rrrado28-Oct-02 21:20 
QuestionIs pipe an effiecient way for communication between threads? Pin
Wenrich28-Oct-02 4:38
Wenrich28-Oct-02 4:38 
AnswerRe: Is pipe an effiecient way for communication between threads? Pin
Carlos Antollini28-Oct-02 4:45
Carlos Antollini28-Oct-02 4:45 
AnswerRe: Is pipe an effiecient way for communication between threads? Pin
Joe Woodbury28-Oct-02 6:01
professionalJoe Woodbury28-Oct-02 6:01 
It's a terrible, and extremely inefficient, way to communicate between threads. A semaphore based queue will be the most efficient general solution. If complex synchronization isn't needed, or we're talking just mainting state information, using CriticalSections or the Interlocked... calls is sufficient.


AnswerRe: Is pipe an effiecient way for communication between threads? Pin
valikac28-Oct-02 11:49
valikac28-Oct-02 11:49 
GeneralMDI Application Pin
act_x28-Oct-02 4:02
act_x28-Oct-02 4:02 
GeneralRe: MDI Application Pin
Alexander Wiseman28-Oct-02 4:54
Alexander Wiseman28-Oct-02 4:54 
GeneralComplex class question. Pin
Michael Liu28-Oct-02 3:43
Michael Liu28-Oct-02 3:43 
GeneralRe: Complex class question. Pin
Paul M Watt28-Oct-02 6:51
mentorPaul M Watt28-Oct-02 6:51 
GeneralHelppppppppppppppppp Pin
Renjith Ramachandran28-Oct-02 3:28
Renjith Ramachandran28-Oct-02 3:28 
GeneralRe: Helppppppppppppppppp Pin
AOL-user28-Oct-02 8:45
sussAOL-user28-Oct-02 8:45 
GeneralSelect directory in CFileDialog Pin
Ola Carlsson28-Oct-02 3:16
Ola Carlsson28-Oct-02 3:16 
GeneralRe: Select directory in CFileDialog Pin
Navin28-Oct-02 3:52
Navin28-Oct-02 3:52 
Generalhtml help question Pin
ns28-Oct-02 2:38
ns28-Oct-02 2:38 
GeneralRe: html help question Pin
567890123428-Oct-02 3:28
567890123428-Oct-02 3:28 
GeneralThanks! Pin
ns28-Oct-02 3:51
ns28-Oct-02 3:51 
GeneralRe: Thanks! Pin
ooosawaddee328-Oct-02 8:25
ooosawaddee328-Oct-02 8:25 
GeneralWindows sound themes Pin
Nyrup28-Oct-02 2:28
Nyrup28-Oct-02 2:28 
GeneralQuestion using IStorage::CreateStream Pin
Xeena28-Oct-02 1:45
Xeena28-Oct-02 1:45 
GeneralTrap socket connection Pin
Chintan28-Oct-02 0:54
Chintan28-Oct-02 0:54 
GeneralRe: Trap socket connection Pin
Daniel Turini28-Oct-02 1:02
Daniel Turini28-Oct-02 1:02 

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.