HomeC&C++WainTutorialsSamplesTip&TrickTools

Thread

A small application which show how to create threads on windows.
It also shows how to send messages between threads.

Threads and C++

A slightly more advanced thread sample. The threads are implemented in classes.
Show a way to use a class member function as thread function.