This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / Visual C++提供了实现线程的class. 如果没有VC++, 仅仅用标准的C++, 如何实现线程控制. 另外请推荐一本C++的好书.
-richwin();
2007-6-18
(#3750503@0)
-
POSIX 线程详解
-foolzz(foolzz);
2007-6-19
(#3751608@0)
-
他说的是Windows,你说的是linux。
-baalinca(scarb);
2007-6-19
(#3752804@0)
-
pthreadwin32 for windows. You can make code cross platform.
-foolzz(foolzz);
2007-6-20
(#3753919@0)
-
what os?
-kuailerensheng(happy);
2007-6-19
(#3752436@0)
-
Standard C++ doesn't have multiple threading and processing because they are OS dependent.
-wangqingshui(忘情水);
2007-6-19
(#3752858@0)
-
裁减boost库
-frankwoo(柳五随风);
2007-6-19
(#3753077@0)
-
if you use windows, just simply use win32 API. only a few functions.
-kuailerensheng(happy);
2007-6-20
(#3753414@0)
-
Thank you. 请推荐C++的好书, not only about 线程
-richwin();
2007-6-20
(#3753474@0)