codeblocks c++11 pthread详解程序员

支持c++11:

setting->compiler->

codeblocks c++11 pthread详解程序员

打上勾即可。(如果没有c++11,那么请更新codeblocks最新版。)

pthread_create错误:

由于pthread库不是Linux系统默认的库,连接时需要使用库libpthread.a,所以在使用pthread_create创建线程时,在编译中要加-lpthread参数:

codeblocks c++11 pthread详解程序员

 

有时候代码里不能输入:

因为输入法与codebloks不兼容,使用系统原生的英文输入就好。

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/2678.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论