由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - pthread on windows?
相关主题
C++多线程的选择pthread and C++
一直没有很好理解thread join itself,哪位解惑一下 (转载)Linux thread和NPTL thread什么关系? (转载)
thread c++ 问题如何强制thread和cpu绑定?
c++ thread 求助有专门介绍multithreading编程的书吗
spent a lot of time try to compile boost多线程 编程,process 和 thread 的一些问题。
Windows Thread APIhow to debug multi-thread program?
关于valgrind 的一个问题怎么 kill 一个 thread 啊
重复利用threads的问题关于thread的stack
相关话题的讨论汇总
话题: pthread话题: windows话题: 我用话题: compiler话题: c++
进入Programming版参与讨论
1 (共1页)
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以外的库文件吗?
1 (共1页)
进入Programming版参与讨论
相关主题
关于thread的stackspent a lot of time try to compile boost
[合集] 为什么多个线程生成的随机数是一样的?Windows Thread API
how many ways in C++ to release a mutex?关于valgrind 的一个问题
C++11 native thread问题重复利用threads的问题
C++多线程的选择pthread and C++
一直没有很好理解thread join itself,哪位解惑一下 (转载)Linux thread和NPTL thread什么关系? (转载)
thread c++ 问题如何强制thread和cpu绑定?
c++ thread 求助有专门介绍multithreading编程的书吗
相关话题的讨论汇总
话题: pthread话题: windows话题: 我用话题: compiler话题: c++