当前位置: 技术问答>linux和unix
linux boost thread编译问题
来源: 互联网 发布时间:2016-09-10
本文导语: 本帖最后由 coolmei25 于 2009-07-30 16:33:28 编辑 刚开始搞LINUX下的开发,请大家多多指教,不胜感激!! 开发环境: CentOS 5.2, Eclipse galileo, boost 1.33.1 代码: #include #include using namespace boost; #include using namespace std; void th...
开发环境: CentOS 5.2, Eclipse galileo, boost 1.33.1
代码:
#include
#include
using namespace boost;
#include
using namespace std;
void thdDemo()
{
int i=0;
while(true)
{
cout