Designing a Thread Class in C++ - Resources on designing a thread class in C++. Provides introduction, basic approach, implementation and using the class thread in C++. www.geocities.com/SiliconValley/Heights/6038/dthreads.html
Multithreaded Programming in C++ and Java - Introduction to C++ (on Win32) and Java multithreading. www.devx.com/upload/free/features/vcdj/2000/05may00/dm0500/dm0500.asp
Multithreading for Rookies - Focuses on some practical applications of Win32 multithreading. msdn.microsoft.com/library/techart/msdn_threads.htm
Portable Thread Synchronization using C++ - Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications. world.std.com/~jimf/papers/c++sync/c++sync.html