| visit:47307 | adm | Find | login register |
|
dir | subject | Replies | Author | Views | last post | |
---|---|---|---|---|---|---|
C/C++ | 混合 Managed and Unmanaged Code
→| 問題是 function 的 variable 如果是宣告成 managed variable,call function 傳進去的 variable 就一定要是 managed variable. | 3 | 0/1 | eliu | 16687 | |
. | preprocessor
→| 我以前也是用 -E 來看,可以寫個 rule 放到 Makefile .c.E: $(CC) $(CFLAGS) -E -o $@ $< | 1 | 0/1 | qrtt1 | 6467 | |
C/C++ | 測試 charset-detector:自動偵測文件編碼的小程式 http://blog.linux.org.tw/~jserv/archives/001672.html #include<stdio.h> #include<stdlib.h> #include<dlfcn.h> | 0/1 | qrtt1 | 5044 | ||
Ruby | 買了一本 ruby cookbook 我買了不少關於 perl/python 的書,但終究沒能把 perl/python 當成自己常用的 script,總覺得他們和我個性不合。我學 ruby 沒買書,而是使用 ri 來看線上說明及在網路上找解答(通常就是 google),因為怕又像 perl/python,買了一堆書也沒學會。但 ruby 卻變成我解決問題時第一個會用到的 script(因為其他的不會用,sh script 又太簡略 | 0/1 | 本人已不在此站活動 | 4641 | ||
C/C++ | gtk win32 & multiple-monitor support Some display cards especially laptop/notebook support multiple monitors. For Windows/win32, the left/top boundary of the virtual screen is: If the desktop monitor(with taskbar & desktop icon) &nb | 0/0 | eliu | 4482 | ||
. | Apple's XCode/Objective C
→| cocoa/objective C 一個讓人頭痛的是 memory management,是用 reference count 的方式 [id retain] 增加 reference count [id release] 減少 reference count 如果 object 在 alloc 後從來沒有做 retain 的動作,在某個時間就會大清倉,被 [id dealloc],之後去 rea | 8 | 0/0 | eliu | 26043 | |
C/C++ | 或許 Android 應該逐漸放棄 java 改用 C/C++ 了
→| java 沒有 unsigned byte, short, int …,如果需要 unsigned byte,要改成 short. 或許這是 java 比較浪費 memory 的一個原因。 | 23 | 1/0 | eliu | 77246 | |
. | C vs Java (fscan vs …)
→| 除非 android 有built-in,否則接受度應該是很低? | 3 | 0/0 | eliu | 12460 | |
C/C++ | M$ Visual Studio 2010 的爛翻譯 看起來是用程式翻譯的?C 編譯器Char型別→已簽署(/char signed)?應該翻譯成「有號」或「有正負號」 才對 | 0/0 | eliu | 4141 | ||
. | 狂賀 evilvte 登上世界第一(咦?)
→| 這是讚美嗎? | 2 | 0/0 | caleb | 10439 | |
TeX | CLE 上一些 LaTeX 小工具的使用說明
→| 原來 twaren 有 mi 一分,有需要的請大家在此下載(包括一些字型檔): ftp://ftp.twaren.net/local-distfiles/tex/cjk/fonts/tools/ | 2 | 0/0 | 本人已不在此站活動 | 13156 | |
C/C++ | gtk win32 & Named Pipe server If we use ReadFile in another thread other than the gtk_main(), update to widget is not executed until there is a GTK widget event (focus, key mouse); this is not acceptable. Thus we need a way to inf | 0/0 | eliu | 5954 | ||
Windows | unicode console ?
→| 用來 print debug message 用的,我有把 UTF-16 用 WideCharToMultiByte 轉成 UTF-8,還是不行。 | 5 | 0/0 | eliu | 23779 | |
C/C++ | win32 GetOpenFileName
→| 我覺得SHBrowseForFolder這個 function 設計得很爛,很難用。 | 2 | 0/0 | eliu | 12637 | |
C/C++ | Microsoft Visual Studio 的 resource icon path 我現在還是用 Visual Studio 2005 如果在 Visual Studio 圖形介面改 resource icon path,會造成舊的內容 .ico overwrite 新的 path .ico。 每次都要弄半天才可以,怎麼弄出來的也不知道。 現在發現最簡單的解法就是直接 edit .rc file,直接改裏面的 icon path。 | 0/0 | eliu | 5195 |