Multithreading?

I was asked to do an extra credit presentation on multithreading and have no clue where to start. Does anyone know of any good tutorials or can give me any links that could help me solve my problem?
closed account (z05DSL3A)
You could start at wikipedia...
http://en.wikipedia.org/wiki/Thread_%28computer_science%29

then Google "c++ thread tutorial"
Last edited on
If you're coding on Windows MSDN is a great resource

Multithreading for Rookies.
http://msdn.microsoft.com/en-us/library/ms810438.aspx

Even if you're not developing on Windows there is still some good conceptual content on the MSDN thread above.
Topic archived. No new replies allowed.