這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
programming:c_cplusplus [2007/05/05 14:07] wenpei |
programming:c_cplusplus [2012/05/09 17:54] (目前版本) wenpei [FAQ] |
||
|---|---|---|---|
| 行 5: | 行 5: | ||
| http://www.boost.org/ | http://www.boost.org/ | ||
| + | |||
| + | |||
| ===== 教學 ===== | ===== 教學 ===== | ||
| 行 10: | 行 12: | ||
| http://nknucc.nknu.edu.tw/~jwu/datastr/datastr.htm | http://nknucc.nknu.edu.tw/~jwu/datastr/datastr.htm | ||
| + | |||
| + | ===== 論壇 ===== | ||
| + | http://www.programmer-club.com | ||
| + | |||
| + | http://delphi.ktop.com.tw/ | ||
| ====== C/C++ 函式列表與說明 ====== | ====== C/C++ 函式列表與說明 ====== | ||
| 行 19: | 行 26: | ||
| http://www.dinkumware.com/manuals/ | http://www.dinkumware.com/manuals/ | ||
| + | |||
| + | ===== 其他 ===== | ||
| + | ==== C++ 11 (C++ 0x) ==== | ||
| + | [[http://www.nuonsoft.com/blog/2011/12/19/slides-of-presentation-c11-c0x-in-visual-c-2010/|C++11 (C++0x) in Visual C++ 2010]] | ||
| + | |||
| + | {{:programming:c_11_c_0x_in_visual_c_2010.pptx|C++11 (C++0x) in Visual C++ 2010}} | ||
| + | |||
| + | ==== NTL: A Library for doing Number Theory ==== | ||
| + | http://shoup.net/ntl/ | ||
| + | |||
| + | ==== GNU Multiple Precision Arithmetic Library ==== | ||
| + | http://gmplib.org/ | ||
| ====== STL ====== | ====== STL ====== | ||
| 行 25: | 行 44: | ||
| ====== FAQ ====== | ====== FAQ ====== | ||
| http://c-faq.com/ | http://c-faq.com/ | ||
| + | |||
| + | [[http://sandwichc-life.blogspot.com/2007/10/cc-pointer-reference.html|C/C++之指標 (pointer),參考 (reference) 觀念整理與常見問題]] | ||
| + | ===== Bjarne Stroustrup's C++ Style and Technique FAQ ===== | ||
| + | http://www.research.att.com/~bs/bs_faq2.html | ||
| ====== wxWidgets ====== | ====== wxWidgets ====== | ||
| 行 30: | 行 53: | ||
| http://www.wxwidgets.org/ | http://www.wxwidgets.org/ | ||
| + | |||
| + | ====== Style Guides ====== | ||
| + | http://www.chris-lott.org/resources/cstyle/ | ||
| ====== BIOS 中斷向量表 ====== | ====== BIOS 中斷向量表 ====== | ||
| 行 43: | 行 69: | ||
| ===== Process-wide API spying - an ultimate hack ===== | ===== Process-wide API spying - an ultimate hack ===== | ||
| http://www.codeproject.com/system/api_spying_hack.asp | http://www.codeproject.com/system/api_spying_hack.asp | ||
| + | |||
| + | ====== 軟體工程 ====== | ||
| + | http://www.dotspace.idv.tw/ | ||
| + | |||
| + | ===== No Silver Bullet: Essence and Accidents of Software Engineering ===== | ||
| + | http://www.apl.jhu.edu/Classes/635431/felikson/Publications/No_Silver_Bullet_Brooks.html | ||