Some beginner pthread exercises?

Hi,
I'm learning C++ and is studying about pthreads, mutexes etc now. Although I know some theory, I don't have any idea what kind of stuff I should program to make myself better in threads.
Any recommendations for some beginner exercises in threads?
If you're a beginner to C++ I suggest staying away from threads. There are no beginner exercises.
If you do want to try some thread stuff look up the Boost library and its thread component. There's some pretty good documentation there.
Well, I've been learning C++ for some time, but came across threads only recently. I want to write some threaded programs but have no idea what to write.
Pro tip. Wait till C++11. Built in thread support ftw
Topic archived. No new replies allowed.