作者查詢 / soheadsome

總覽項目: 發文 | 留言 | 暱稱
作者 soheadsome 在 PTT [ C_and_CPP ] 看板的留言(推文), 共246則
限定看板:C_and_CPP
[問題] 在Linux下,C/C++可以使用messagebox嗎?
[ C_and_CPP ]8 留言, 推噓總分: +5
作者: chrishappy11 - 發表於 2014/07/21 15:14(11年前)
3Fsoheadsome:wxWidgets Qt07/22 00:24
Re: [問題] string gets的用法
[ C_and_CPP ]16 留言, 推噓總分: +2
作者: soheadsome - 發表於 2014/07/19 15:33(11年前)
9Fsoheadsome:第一點不對嗎 中括號取不到 應該代表沒保證嗎?07/20 09:32
10Fsoheadsome:我晚點再去翻出這篇章好了07/20 09:33
[問題] cin問題
[ C_and_CPP ]9 留言, 推噓總分: +3
作者: allenmiss - 發表於 2014/05/17 10:36(11年前)
3Fsoheadsome:while(cin>>_string>>_int)你沒給cin停止條件05/17 20:30
4Fsoheadsome:我有點搞錯 應該是2F講那樣05/17 20:30
6Fsoheadsome:要先cin.clear() 復原輸入流05/17 20:31
[問題] 擷取binary字串
[ C_and_CPP ]21 留言, 推噓總分: +7
作者: xit365025 - 發表於 2014/05/06 07:57(11年前)
2Fsoheadsome:用bitset05/06 20:06
12Fsoheadsome:大部份應該是用mask最快05/08 03:09
[問題] opengl glutBitmapCharacter無法使用?
[ C_and_CPP ]5 留言, 推噓總分: +2
作者: stu85010 - 發表於 2014/05/05 15:21(11年前)
1Fsoheadsome:你學校電腦有GLUT的dll嗎?05/06 00:18
[討論] 關於函式的返回值
[ C_and_CPP ]15 留言, 推噓總分: +5
作者: kkkmode - 發表於 2014/05/05 14:09(11年前)
1Fsoheadsome:應該說他的右值還是個位址 只是是區域變數的05/05 23:08
2Fsoheadsome:你可以試著在f(aa)=bb;後面印出aa.i 他本身沒變05/05 23:09
6Fsoheadsome:對吼 c++會預設幫你加copy assignment05/06 00:19
Re: [問題] ITSA第24次第4題
[ C_and_CPP ]4 留言, 推噓總分: 0
作者: soheadsome - 發表於 2014/05/05 12:02(11年前)
4Fsoheadsome:加進去就用上一篇的做法吧...05/05 21:57
Re: [問題] ITSA第24次第4題
[ C_and_CPP ]4 留言, 推噓總分: +2
作者: ACMANIAC - 發表於 2014/05/04 20:59(11年前)
2Fsoheadsome:m.push_back(MVP(name, S, P)); 在c++11的話05/05 22:11
3Fsoheadsome:可以改成m.emplace_back(name, S, P);05/05 22:11
Re: [問題] MFC基礎學習
[ C_and_CPP ]4 留言, 推噓總分: +2
作者: Ting1024 - 發表於 2014/05/03 15:32(11年前)
2Fsoheadsome:Qt也可不用寫native阿 有qml可以用XDD05/04 00:38
Re: [問題] Mac上include iostream就不需要time.h?
[ C_and_CPP ]23 留言, 推噓總分: +9
作者: uranusjr - 發表於 2014/04/29 08:37(11年前)
4Fsoheadsome:xcode上的不是clang?04/30 00:02