Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: threading Pin
Programm3r19-Mar-07 0:04
Programm3r19-Mar-07 0:04 
GeneralRe: threading Pin
deeps_cute19-Mar-07 0:10
deeps_cute19-Mar-07 0:10 
QuestionRe: threading Pin
Programm3r19-Mar-07 0:11
Programm3r19-Mar-07 0:11 
AnswerRe: threading Pin
deeps_cute19-Mar-07 0:15
deeps_cute19-Mar-07 0:15 
AnswerRe: threading Pin
Roger Stoltz19-Mar-07 0:15
Roger Stoltz19-Mar-07 0:15 
GeneralRe: threading Pin
deeps_cute19-Mar-07 0:17
deeps_cute19-Mar-07 0:17 
GeneralRe: threading Pin
Roger Stoltz19-Mar-07 0:25
Roger Stoltz19-Mar-07 0:25 
AnswerRe: threading Pin
David Crow19-Mar-07 2:28
David Crow19-Mar-07 2:28 
deeps_cute wrote:
i have to execute two process serially ie one after the other. is threading useful for this...


Not necessarily, since one is dependent on the other. You could just as easily do something like:

CreateProcess();
WaitForSingleProcess();
CreateProcess();



"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionCMultiLock Pin
_808618-Mar-07 23:12
_808618-Mar-07 23:12 
AnswerRe: CMultiLock Pin
prasad_som19-Mar-07 0:40
prasad_som19-Mar-07 0:40 
GeneralRe: CMultiLock Pin
_808619-Mar-07 8:00
_808619-Mar-07 8:00 
AnswerRe: CMultiLock Pin
prasad_som19-Mar-07 18:07
prasad_som19-Mar-07 18:07 
QuestionRessource Editor Pin
baerten18-Mar-07 23:02
baerten18-Mar-07 23:02 
AnswerRe: Ressource Editor Pin
prasad_som19-Mar-07 0:08
prasad_som19-Mar-07 0:08 
GeneralRe: Ressource Editor Pin
baerten19-Mar-07 0:55
baerten19-Mar-07 0:55 
AnswerRe: Ressource Editor Pin
prasad_som19-Mar-07 1:04
prasad_som19-Mar-07 1:04 
GeneralRe: Ressource Editor Pin
David Crow19-Mar-07 2:32
David Crow19-Mar-07 2:32 
GeneralRe: Ressource Editor Pin
baerten19-Mar-07 3:11
baerten19-Mar-07 3:11 
General[OT] Pin
prasad_som19-Mar-07 3:40
prasad_som19-Mar-07 3:40 
GeneralRe: [OT] Pin
baerten19-Mar-07 4:12
baerten19-Mar-07 4:12 
GeneralRe: [OT] Pin
prasad_som19-Mar-07 4:16
prasad_som19-Mar-07 4:16 
GeneralRe: [OT] Pin
baerten19-Mar-07 4:28
baerten19-Mar-07 4:28 
QuestionSAP and VC++ Pin
Programm3r18-Mar-07 22:50
Programm3r18-Mar-07 22:50 
QuestionRetriving fields value of UI application Pin
Shiva Prasad18-Mar-07 22:25
Shiva Prasad18-Mar-07 22:25 
AnswerRe: Retriving fields value of UI application Pin
ThatsAlok18-Mar-07 23:05
ThatsAlok18-Mar-07 23:05 

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.