摘要
本文将介绍几个多线程编程实用工具和惯例,您将看到C++的同步表现并不比新兴语言逊色。
When using C++ multiple thread programming, one must create thread and synchronization object at the beginning, which makes many other problems are neglected. This article introduces several tools and practices in multiple thread programming, through which you will find that the implementation of C++ does the same well as other newly arising programming languages.
出处
《程序员》
2006年第9期114-117,10,共4页
Programmer