[問題] 關於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