這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
programming:c_cplusplus [2007/05/05 14:15] wenpei |
programming:c_cplusplus [2012/05/09 17:54] (目前版本) wenpei [FAQ] |
||
---|---|---|---|
行 5: | 行 5: | ||
http://www.boost.org/ | http://www.boost.org/ | ||
+ | |||
+ | |||
===== 教學 ===== | ===== 教學 ===== | ||
行 26: | 行 28: | ||
===== 其他 ===== | ===== 其他 ===== | ||
+ | ==== 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 ==== | ==== NTL: A Library for doing Number Theory ==== | ||
http://shoup.net/ntl/ | http://shoup.net/ntl/ | ||
行 37: | 行 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 ====== | ||
行 42: | 行 53: | ||
http://www.wxwidgets.org/ | http://www.wxwidgets.org/ | ||
+ | |||
+ | ====== Style Guides ====== | ||
+ | http://www.chris-lott.org/resources/cstyle/ | ||
====== BIOS 中斷向量表 ====== | ====== BIOS 中斷向量表 ====== | ||
行 59: | 行 73: | ||
http://www.dotspace.idv.tw/ | 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 |