作者查詢 / spider391

總覽項目: 發文 | 留言 | 暱稱
作者 spider391 在 PTT 全部看板的留言(推文), 共117則
限定看板:全部
看板排序:
[問題] socket 進行nonblocking的 read/write
[ C_and_CPP ]12 留言, 推噓總分: 0
作者: po500922 - 發表於 2010/03/28 02:31(14年前)
3Fspider391:linux 基本上是用 fork 去產生新的 process 去處理03/28 10:14
[問題] 新手請問dev c++
[ C_and_CPP ]23 留言, 推噓總分: +5
作者: speris - 發表於 2010/02/11 14:32(14年前)
1Fspider391:偷推 codeblocks02/11 14:52
Re: [問題] 爬過文...買書問題
[ C_and_CPP ]13 留言, 推噓總分: +3
作者: spider391 - 發表於 2010/02/07 12:36(14年前)
11Fspider391:我最近在用 wxWidgets 可以 source code 跨平台02/08 16:23
[問題] wxWidget
[ C_and_CPP ]13 留言, 推噓總分: +2
作者: UbuntuLinux - 發表於 2010/01/28 22:55(14年前)
8Fspider391:我在 window 上有編成功 基本上有兩個問題要解決01/29 08:27
9Fspider391:1. wxWidget lib 本身編成 static lib01/29 08:28
10Fspider391:2. 使用 wxWidgets lib 的 App 用 static link 方式編譯01/29 08:29
11Fspider391:結果簡單的應用程式 7 MB (淚奔~~~)01/29 08:30
Re: [問題] 有關於win32 API觀念問題
[ C_and_CPP ]4 留言, 推噓總分: +4
作者: remmurds - 發表於 2010/01/28 08:03(14年前)
1Fspider391:講解的簡單明瞭 (讚) 名片檔也推一下01/28 09:54
[問題] 如何新增點陣圖資源
[ C_and_CPP ]1 留言, 推噓總分: 0
作者: windgodhell - 發表於 2010/01/25 10:21(14年前)
1Fspider391:這看起來是 MFC 使用 bipmap 問題,可以往 MFC 找看看01/25 18:22
[問題] 請告訴我該如何解決visual C++ 6的bug與如何更新到sp6
[ C_and_CPP ]10 留言, 推噓總分: +4
作者: windgodhell - 發表於 2010/01/24 21:38(14年前)
10Fspider391:偷偷推薦 codeblock + wxWidgets XD01/25 18:24
Re: [問題] 一個有意思的問題 vector <const int>
[ C_and_CPP ]16 留言, 推噓總分: +2
作者: freesamael - 發表於 2009/12/20 01:46(14年前)
12Fspider391:我自己有寫個簡單的 vector 去模擬,沒有 Allocator12/20 16:06
13Fspider391:我用 vecotr<const int> 跑出的結果是12/20 16:08
14Fspider391:you cannot assign to a variable that is const12/20 16:08
15Fspider391:這是符合我預期的想法,而 g++ 的 error12/20 16:09
16Fspider391:是在 new_allocator.h 'const void*' to 'void*'12/20 16:10
[問題] 一個有意思的問題 vector <const int>
[ C_and_CPP ]9 留言, 推噓總分: +3
作者: spider391 - 發表於 2009/12/19 21:41(14年前)
2Fspider391:我手邊沒有 Visual Studio 2008, 禮拜一會試試看12/19 22:07
6Fspider391:過關的意思是編譯器會發出 error 還是印出 tmp[0] is 1012/19 22:59
[問題] typeinfo about const
[ C_and_CPP ]6 留言, 推噓總分: +1
作者: spider391 - 發表於 2009/12/19 17:26(14年前)
2Fspider391:The typeid operator ignores top-level const 多謝12/19 19:45
4Fspider391:type_trait 似乎只能測型別不能測變數的型別12/19 21:25
5Fspider391:我用的是 boost::is_same<int,const int>12/19 21:26
6Fspider391:請問 boost 是否有類似 is_same(ia,cia) 之類的 XD12/19 21:27