y****e 发帖数: 23939 | 1 请教一下windows support pthread 吗?我用的compiler是vc++ 2008。 |
a***e 发帖数: 1140 | 2 我用过pthread 2.8 for windows,so far it works. |
b********e 发帖数: 58 | 3 Or you can try boost:thread, which is cross platform. |
y****e 发帖数: 23939 | 4 编译的时候需要额外的头文件吗?运行的时候需要什么windows和VC以外的库文件吗?
【在 a***e 的大作中提到】 : 我用过pthread 2.8 for windows,so far it works.
|
p********n 发帖数: 1707 | 5 window 7 has its own multi-threads library.Very easy to use. |
O*******d 发帖数: 20343 | 6 The answer is Yes.
你需要下载pthread的库,
【在 y****e 的大作中提到】 : 请教一下windows support pthread 吗?我用的compiler是vc++ 2008。
|
O*******d 发帖数: 20343 | 7 运行时需要pthread的dll
【在 y****e 的大作中提到】 : 编译的时候需要额外的头文件吗?运行的时候需要什么windows和VC以外的库文件吗?
|