Multi-Threading in C++
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.
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.
Try this (sorry, didn''t have a link on hand)
Win32 Multithreaded Programming by Cohen and Woodring
Its an O''Reilly book
-mihkael
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
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
www.digitalfiends.com
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement