作者查詢 / phishingphi

總覽項目: 發文 | 留言 | 暱稱
作者 phishingphi 在 PTT [ C_and_CPP ] 看板的留言(推文), 共91則
限定看板:C_and_CPP
Re: [問題] template ostream
[ C_and_CPP ]7 留言, 推噓總分: +4
作者: LPH66 - 發表於 2017/06/09 05:15(9年前)
4Fphishingphi: Effective C++ Item 46 也有類似這裡的用法,不過是06/10 21:50
5Fphishingphi: 對 implicit type conversion 的 template 用法。06/10 21:50
6Fphishingphi: 可供有興趣的人參考。06/10 21:51
[問題] 使用C++11/14並行 function的選擇請益
[ C_and_CPP ]22 留言, 推噓總分: +4
作者: Clangpp - 發表於 2017/02/06 22:20(9年前)
1Fphishingphi: 剛好看到 Item 36 的人路過...02/07 00:21
3Fphishingphi: 不過寫死100ms這樣不就沒什麼彈性,你確定 runtime02/07 00:25
4Fphishingphi: 系統 loading 一變化或如何這段code還符合你的預期嗎02/07 00:28
5Fphishingphi: 我也是剛接觸 Concurrency API 的新手,只是剛看有這02/07 00:29
6Fphishingphi: 樣的疑問而已...02/07 00:29
[問題] 新手 請幫忙除錯!(不知哪裡有錯)
[ C_and_CPP ]25 留言, 推噓總分: +9
作者: belaniconaze - 發表於 2016/07/02 20:50(10年前)
15Fphishingphi: passcode沒初始化也不知道一開始passcode[0]是甚麼值07/03 02:18
16Fphishingphi: 或許一開始passcode[0]剛好值就是13那不就沒輸入密碼07/03 02:18
[問題] doulbe free or corruoption
[ C_and_CPP ]27 留言, 推噓總分: +3
作者: xanushan - 發表於 2016/06/16 16:20(10年前)
26Fphishingphi: 可以考慮用valgrind之類的tool06/16 21:17
[問題]C語言如何更改字串中的字串
[ C_and_CPP ]14 留言, 推噓總分: +3
作者: Neverfor - 發表於 2016/05/16 22:36(10年前)
7Fphishingphi: 編譯不過這個不是compiler會跟你說message嗎?不至於05/17 01:24
8Fphishingphi: 不知道錯在哪裡05/17 01:24
[徵文] linux c 編程 一站式學習
[ C_and_CPP ]7 留言, 推噓總分: +6
作者: descent - 發表於 2016/04/22 20:47(10年前)
2Fphishingphi: learn.akae.cn 那個連結看起來是死的(?04/22 21:30
[問題] 自學c++
[ C_and_CPP ]18 留言, 推噓總分: +1
作者: j6cl3 - 發表於 2016/04/02 20:40(10年前)
12Fphishingphi: 一些網站(isocpp, accu)的資源我覺得蠻值得參考的04/02 23:02
13Fphishingphi: 例如isocpp裡面有faq, tour等,可以看看04/02 23:03
[問題] C語言實作atoi
[ C_and_CPP ]39 留言, 推噓總分: +9
作者: penril0326 - 發表於 2014/11/13 01:02(11年前)
16Fphishingphi: 什麼時候code::blocks是編譯器...11/13 02:57
17Fphishingphi: devC這個...應該不妥吧, code應該有問題.11/13 03:00
[問題] 實作c 的expression計算
[ C_and_CPP ]5 留言, 推噓總分: +2
作者: wind75609592 - 發表於 2014/03/14 11:37(12年前)
2Fphishingphi:朝compiler怎麼處理去研究 看dragon book03/14 12:50
3Fphishingphi:或研究flex bison怎麼做的吧03/14 12:51
Re: [問題] 多維陣列指標
[ C_and_CPP ]2 留言, 推噓總分: +1
作者: ll33457791 - 發表於 2013/10/26 23:50(13年前)
2Fphishingphi:pop只是pointer to an array of fixed size10/27 01:11