作者查詢 / dritchie

總覽項目: 發文 | 留言 | 暱稱
作者 dritchie 在 PTT [ C_and_CPP ] 看板的留言(推文), 共50則
限定看板:C_and_CPP
[問題] 關於C++ 5.11的問題
[ C_and_CPP ]7 留言, 推噓總分: +1
作者: rvo972412 - 發表於 2015/10/12 22:28(11年前)
3Fdritchie: 防毒軟體10/12 23:46
[問題] 將csv黨案讀入二維陣列中
[ C_and_CPP ]20 留言, 推噓總分: +5
作者: pipited07 - 發表於 2015/09/09 03:20(11年前)
17Fdritchie: 把字選對很困難??09/10 00:32
[問題] 運算符號連續重載
[ C_and_CPP ]1 留言, 推噓總分: 0
作者: dinex - 發表於 2015/09/07 04:23(11年前)
1Fdritchie: 讓operator-回傳MyInt&09/10 00:36
[問題] DP建表建議宣告於全域?
[ C_and_CPP ]17 留言, 推噓總分: +9
作者: fun4i0220 - 發表於 2015/08/29 10:46(11年前)
7Fdritchie: 與放在哪個section關係較小 主要是因為執行時放在heap08/29 20:43
16Fdritchie: 對不起我講錯了 確實是data或bss而不是heap08/30 19:27
[問題] 除錯器加 MouseHook
[ C_and_CPP ]17 留言, 推噓總分: 0
作者: noodleT - 發表於 2015/08/27 22:13(11年前)
1Fdritchie: 沒辦法08/27 23:39
[問題] 撈struct 中的data
[ C_and_CPP ]6 留言, 推噓總分: +2
作者: hibiscus520 - 發表於 2015/08/25 00:40(11年前)
1Fdritchie: tmp = pIdCtrlr->MN[0]; pIdCtrlr->MN[0] = '\0';08/25 00:44
[問題] ->與點
[ C_and_CPP ]8 留言, 推噓總分: +4
作者: GooLoo - 發表於 2015/08/23 17:25(11年前)
8Fdritchie: 樓上 報錯都是自己的問題居多 不要牽拖08/25 00:45
[問題] 新手關於自訂標頭檔的問題
[ C_and_CPP ]4 留言, 推噓總分: +1
作者: qui0914 - 發表於 2015/08/20 23:52(11年前)
1Fdritchie: http://www.slideshare.net/jserv/how-a-compiler-works08/20 23:57
2Fdritchie: -gnu-toolchain08/20 23:57
[問題] Enigma Virtual Box封裝opencv檔案(新增)
[ C_and_CPP ]9 留言, 推噓總分: 0
作者: opl164 - 發表於 2015/08/19 00:09(11年前)
1Fdritchie: static link08/19 00:15
2Fdritchie: http://stackoverflow.com/questions/1683084208/19 00:16
[問題] 不用memcpy的情況下,給不同型態變數值
[ C_and_CPP ]24 留言, 推噓總分: +6
作者: nimura14 - 發表於 2015/08/18 23:55(11年前)
1Fdritchie: *((int*)&y)=x;08/18 23:59
11Fdritchie: y與&y雖然知道的位置一樣 但type不同 我為了轉型較合理08/19 00:37
13Fdritchie: http://stackoverflow.com/questions/2528318/08/19 00:37