Advertisement

Multi-Threading in C++

Started by March 02, 2001 02:02 PM
3 comments, last by my357magnum 23 years, 11 months ago
Hi All, I''v been doing a lot of real-time programming lately and I''d like to get some multi-threading built into my programs. I use developer studio 6 so If anyone knows a good book I can pick up that covers multi-threading in detail or a good site with some example src then please let me know. Thanks
I don''t know of any good books on this subject, but there is a VERY good article here on gamedev.net on basic multi-threading. It has a very good example that is easy to use and implement.

I don''t know exactly what type of program you are making. If you meant a real time strategy game, then the tutorial on this site should provide enough information on multi-threading for what you need.
Advertisement
Try this (sorry, didn''t have a link on hand)
Win32 Multithreaded Programming by Cohen and Woodring

Its an O''Reilly book

-mihkael
If you want THE book for multithreaded programming under Win32 get this book:

Programming Applications for Microsoft Windows Fourth Edition
Jeffrey Richter ISBN: 1-57231-996-8



Dire Wolf
www.digitalfiends.com
[email=direwolf@digitalfiends.com]Dire Wolf[/email]
www.digitalfiends.com
Hey .. Thanks for the info. The reviews for both ot those books look promising.

This topic is closed to new replies.

Advertisement