Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPassing reference of array of structure to function Pin
rp_suman18-Mar-07 23:46
rp_suman18-Mar-07 23:46 
AnswerRe: Passing reference of array of structure to function Pin
prasad_som18-Mar-07 23:54
prasad_som18-Mar-07 23:54 
Questionthreading Pin
deeps_cute18-Mar-07 23:39
deeps_cute18-Mar-07 23:39 
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 
deeps_cute wrote:
i have to execute two process serially ie one after the other. is threading useful for this


Without knowing what you want to do, the answer to your question has to be no.
The answer is based on that threading is basically used when you want to do things in parallel and you want to do it in serial.

However, depending on what the two "processes" are supposed to do, a threading solution might be preferred. To be able to give you a better answer you have to describe what you're trying to do a little further.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

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 
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 

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.