Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondraw an AVL tree Pin
houalfred3-Jun-12 14:47
houalfred3-Jun-12 14:47 
AnswerRe: draw an AVL tree Pin
Iain Clarke, Warrior Programmer3-Jun-12 20:42
Iain Clarke, Warrior Programmer3-Jun-12 20:42 
GeneralRe: draw an AVL tree Pin
houalfred5-Jun-12 1:15
houalfred5-Jun-12 1:15 
AnswerRe: draw an AVL tree Pin
Alan Balkany4-Jun-12 7:05
Alan Balkany4-Jun-12 7:05 
GeneralRe: draw an AVL tree Pin
houalfred5-Jun-12 0:47
houalfred5-Jun-12 0:47 
QuestionDoes Worker Thread Have a Message Queue Pin
ForNow2-Jun-12 17:01
ForNow2-Jun-12 17:01 
AnswerRe: Does Worker Thread Have a Message Queue Pin
«_Superman_»2-Jun-12 17:19
professional«_Superman_»2-Jun-12 17:19 
AnswerRe: Does Worker Thread Have a Message Queue Pin
Aescleal2-Jun-12 20:34
Aescleal2-Jun-12 20:34 
Just to amplify Superman's answer - as soon as the worker thread makes a USER call it changes from being a worker thread to a UI thread. And it's probably better to create an invisible window in what was your worker thread to act as a target for your inter-thread messages as otherwise you'll have to add special purpose code to handle messages with NULL window handles.
GeneralRe: Does Worker Thread Have a Message Queue Pin
ForNow3-Jun-12 6:33
ForNow3-Jun-12 6:33 
GeneralRe: Does Worker Thread Have a Message Queue Pin
CPallini3-Jun-12 7:38
mveCPallini3-Jun-12 7:38 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Luc Pattyn3-Jun-12 9:06
sitebuilderLuc Pattyn3-Jun-12 9:06 
GeneralRe: Does Worker Thread Have a Message Queue Pin
ForNow3-Jun-12 9:58
ForNow3-Jun-12 9:58 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Richard MacCutchan3-Jun-12 22:05
mveRichard MacCutchan3-Jun-12 22:05 
GeneralRe: Does Worker Thread Have a Message Queue Pin
ForNow3-Jun-12 6:39
ForNow3-Jun-12 6:39 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Aescleal3-Jun-12 9:17
Aescleal3-Jun-12 9:17 
GeneralRe: Does Worker Thread Have a Message Queue Pin
ForNow3-Jun-12 10:01
ForNow3-Jun-12 10:01 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Aescleal4-Jun-12 0:08
Aescleal4-Jun-12 0:08 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Albert Holguin4-Jun-12 8:07
professionalAlbert Holguin4-Jun-12 8:07 
AnswerRe: Does Worker Thread Have a Message Queue Pin
Erudite_Eric2-Jun-12 21:13
Erudite_Eric2-Jun-12 21:13 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Albert Holguin4-Jun-12 8:09
professionalAlbert Holguin4-Jun-12 8:09 
Questionhow to right vector of pointers to binary file ? Pin
Asaf Shay2-Jun-12 10:02
Asaf Shay2-Jun-12 10:02 
AnswerRe: how to right vector of pointers to binary file ? Pin
Chris Losinger2-Jun-12 17:22
professionalChris Losinger2-Jun-12 17:22 
AnswerRe: how to right vector of pointers to binary file ? Pin
«_Superman_»2-Jun-12 17:29
professional«_Superman_»2-Jun-12 17:29 
GeneralRe: how to right vector of pointers to binary file ? Pin
Asaf Shay3-Jun-12 6:39
Asaf Shay3-Jun-12 6:39 
GeneralRe: how to right vector of pointers to binary file ? Pin
«_Superman_»3-Jun-12 15:19
professional«_Superman_»3-Jun-12 15:19 

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.