[问题] 关于c++的multi threading编译/执行问题

楼主: jackyT (Ubuntu5566)   2016-04-01 13:07:33
开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
Linux
问题(Question):
c++出现编译错误 不确定是否是thread建立时的问题。
预期的正确结果(Expected Output):
输入两个数字,一个表示thread数量,一个表示要产生的随机数字的个数
分配给不同thread加起来,印出每个thread的和以及main thread的和
错误结果(Wrong Output):
http://i.imgur.com/tLCxwD3.jpg
程式码(Code):(请善用置底文网页, 记得排版)
http://cpp.sh/6ioo6
补充说明(Supplement):
看不太懂编译结果,求解QQ
作者: yyan1218 (今天下雨了吗)   2016-04-01 14:10:00
用g++ -m64 thread.cpp.......... 试试看?或g++ -m32 thread.cpp...
作者: Caesar08 (Caesar)   2016-04-01 15:02:00
string不能拿来跟int做相加
作者: shadow0326 (非议)   2016-04-01 15:08:00
用g++不要用gcc吧 用gcc去编译c++程式要考虑一堆link

Links booklink

Contact Us: admin [ a t ] ucptt.com