Click here to Skip to main content
15,921,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set up a long time of the interval timer ? Pin
wangningyu12-Apr-10 3:13
wangningyu12-Apr-10 3:13 
QuestionIs there a Parent Child realtionship with regards to threads Pin
ForNow11-Apr-10 14:23
ForNow11-Apr-10 14:23 
AnswerRe: Is there a Parent Child realtionship with regards to threads Pin
Chris Losinger11-Apr-10 14:33
professionalChris Losinger11-Apr-10 14:33 
GeneralRe: Is there a Parent Child realtionship with regards to threads Pin
@Intersect☺™12-Apr-10 1:28
professional@Intersect☺™12-Apr-10 1:28 
AnswerRe: Is there a Parent Child realtionship with regards to threads Pin
Stephen Hewitt11-Apr-10 17:15
Stephen Hewitt11-Apr-10 17:15 
GeneralRe: Is there a Parent Child realtionship with regards to threads Pin
ForNow11-Apr-10 17:46
ForNow11-Apr-10 17:46 
GeneralRe: Is there a Parent Child realtionship with regards to threads Pin
KingsGambit11-Apr-10 18:38
KingsGambit11-Apr-10 18:38 
GeneralRe: Is there a Parent Child realtionship with regards to threads Pin
Stephen Hewitt12-Apr-10 4:26
Stephen Hewitt12-Apr-10 4:26 
It's not CWinApp that's special, the "specialness" is at a lower level. When a process starts its initial thread calls WinMain[^]. This thread can create as many threads as it likes and they in turn can do the same, but as soon as the the initial thread exits the process is history. MFC is built on top of Windows, and the initial thread is the one that's generally going to be executing CWinApp's methods. So yes, a process does need at least one thread to be executing: the initial one.
Steve

QuestionOpen Source Projects? Pin
Jasonweber71911-Apr-10 11:03
Jasonweber71911-Apr-10 11:03 
AnswerRe: Open Source Projects? Pin
Maximilien11-Apr-10 12:22
Maximilien11-Apr-10 12:22 
AnswerRe: Open Source Projects? Pin
Fareed Rizkalla11-Apr-10 15:11
Fareed Rizkalla11-Apr-10 15:11 
AnswerRe: Open Source Projects? Pin
Saurabh.Garg11-Apr-10 17:32
Saurabh.Garg11-Apr-10 17:32 
QuestionListView / Win32 Pin
Fareed Rizkalla11-Apr-10 9:44
Fareed Rizkalla11-Apr-10 9:44 
AnswerRe: ListView / Win32 Pin
Richard MacCutchan11-Apr-10 22:28
mveRichard MacCutchan11-Apr-10 22:28 
GeneralRe: ListView / Win32 Pin
Fareed Rizkalla11-Apr-10 23:29
Fareed Rizkalla11-Apr-10 23:29 
GeneralRe: ListView / Win32 Pin
Richard MacCutchan18-Apr-10 4:45
mveRichard MacCutchan18-Apr-10 4:45 
AnswerRe: ListView / Win32 Pin
peterchen12-Apr-10 20:28
peterchen12-Apr-10 20:28 
QuestionComboBox / Win32 Pin
Fareed Rizkalla11-Apr-10 9:42
Fareed Rizkalla11-Apr-10 9:42 
QuestionC++ class pointers Pin
rupeshkp72811-Apr-10 6:52
rupeshkp72811-Apr-10 6:52 
AnswerRe: C++ class pointers Pin
peterchen11-Apr-10 8:25
peterchen11-Apr-10 8:25 
GeneralRe: C++ class pointers [modified] Pin
Joe Woodbury11-Apr-10 13:52
professionalJoe Woodbury11-Apr-10 13:52 
GeneralRe: C++ class pointers Pin
peterchen12-Apr-10 0:04
peterchen12-Apr-10 0:04 
GeneralRe: C++ class pointers Pin
Joe Woodbury12-Apr-10 6:30
professionalJoe Woodbury12-Apr-10 6:30 
GeneralRe: C++ class pointers Pin
peterchen12-Apr-10 20:27
peterchen12-Apr-10 20:27 
GeneralRe: C++ class pointers Pin
Tim Craig11-Apr-10 17:32
Tim Craig11-Apr-10 17:32 

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.