views:

78

answers:

1

Hi,

I'm a coding newbie, but I really wanna learn how to do multithreading and event handling.

Does anyone know of any good tutorials out there, or can they explain it to me in a nutshell?

+5  A: 

If you would like to learn it using C# as a background language, take a look on Joseph Albahari free ebook on the subject.

After your comment about learing it using C++ I'd suggest you to use Boost library. You can find a tutorial on how to get started and use it at Dr. Dobb's website

Carlos Loth