Subj : Re: regarding threads in VC++, for a beginnner To : comp.os.ms-windows.programmer.win32,comp.programming.threads From : Ian T Date : Thu Jan 27 2005 10:25 pm Scott McPhillips [MVP] wrote: > > "In all respects" is too broad. Any function called by a thread > function runs in the context of the thread. That means it uses the > thread's stack and timeslice. This is true no matter what object or > class the function may be a member of. (Classes are unrelated to > execution flow.) > Thanks for your reply Scott. That answers my question completely. Ian .