
July 14th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 882
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Multithreading in C++
Multithreading is growing in importance in modern programming for a variety of reasons, not the least of which being that Windows supports multithreading. While C++ does not feature built-in support for multithreading, it can be used to created multithreaded programs, which is the subject of this article. It is taken from chapter three of The Art of C++, written by Herbert Schildt (McGraw-Hill/Osborne, 2004; ISBN: 0072255129).
Read the full article here: Multithreading in C++
For more discussion go here: Blog Article Discussion
|