Re: Can Anyone Suggest a Good Tutorial on Threads?
by "AnonMail2005@[EMAIL PROTECTED]
" <AnonMail2005@[EMAIL PROTECTED]
>
Mar 17, 2008 at 02:58 PM
> Can anyone recommend a good tutorial on threads in C++? =A0I'd like to
kno=
w
> about starting, stoping, and sharing variables with other threads.
=A0Whil=
e I
> haven't used pointers (none in Java!), if I need to use pointers for
memor=
y
> locations instead of variables, I think I can deal with that.
The Butenhof book is a very good book on threading that happens to
focus on pthreads. But the concepts covered are applicable to any
threading library.
HTH