作者查詢 / soheadsome

總覽項目: 發文 | 留言 | 暱稱
作者 soheadsome 在 PTT [ C_and_CPP ] 看板的留言(推文), 共246則
限定看板:C_and_CPP
[問題] 如何從string 中抓取數字來用?
[ C_and_CPP ]8 留言, 推噓總分: +3
作者: ET810109 - 發表於 2013/10/20 06:07(11年前)
7Fsoheadsome:stringstream10/20 19:50
[問題] OMP問題
[ C_and_CPP ]4 留言, 推噓總分: +2
作者: scws - 發表於 2013/10/18 06:23(11年前)
1Fsoheadsome:你dev c的linker有沒有添加 -fopenmp的選項?10/18 19:06
2Fsoheadsome:除了compile要加 linker也要加10/18 19:06
3Fsoheadsome:我是用codeblock 他是linker compiler都有地方讓你加10/22 10:44
4Fsoheadsome:參數10/22 10:44
[問題] cygwin 寫 pthread
[ C_and_CPP ]12 留言, 推噓總分: +2
作者: jimmyoic - 發表於 2013/10/09 09:42(11年前)
10Fsoheadsome:cygwin是用dll模擬linux 所以效能可想而知10/11 10:34
Fw: [請益] BCB透過OLE修改word中文字方塊的字串
[ C_and_CPP ]2 留言, 推噓總分: +1
作者: heibow - 發表於 2013/09/24 03:47(11年前)
1Fsoheadsome:有跳脫字元嗎09/24 15:15
Re: [問題] 想在手機上不斷讀取電腦中的圖片然後顯示
[ C_and_CPP ]13 留言, 推噓總分: +3
作者: deo2000 - 發表於 2013/09/21 17:57(11年前)
1Fsoheadsome:122 學長大大09/22 09:19
[問題] delete[] 問題,懷疑記憶體沒放乾淨
[ C_and_CPP ]30 留言, 推噓總分: +4
作者: coolE - 發表於 2013/09/17 07:36(11年前)
3Fsoheadsome:為什麼KP[i] = new int*[y]下一行不是用j<y 來創09/17 19:28
4Fsoheadsome:KP[j][0] = new int[y*z]09/17 19:28
[問題] fopen()用'w'模式, 檔案輸出內容全變空白
[ C_and_CPP ]7 留言, 推噓總分: +3
作者: RonYen - 發表於 2013/06/18 10:42(12年前)
1Fsoheadsome:getchar跳過的原因是scanf留下的換行(因為有按enter鍵)06/18 19:47
2Fsoheadsome:scanf("%s\n",&path);這樣試試06/18 19:49
3Fsoheadsome:http://imil.au.edu.tw/~hsichcl/TurboC/C_Unit12.htm06/18 19:50
4Fsoheadsome:這裡有講"w" 會做甚麼事 有些東西可以去網路查查06/18 19:51