這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
programming:c_cplusplus [2007/05/05 13:58] wenpei |
programming:c_cplusplus [2012/05/09 17:54] (目前版本) wenpei [FAQ] |
||
---|---|---|---|
行 6: | 行 6: | ||
http://www.boost.org/ | http://www.boost.org/ | ||
- | ===== 師大數學吳政勳老師 ===== | + | |
- | http://140.127.40.1/~jwu/c/cpg.htm | + | |
+ | ===== 教學 ===== | ||
+ | http://nknucc.nknu.edu.tw/~jwu/c/cpg.htm | ||
+ | |||
+ | http://nknucc.nknu.edu.tw/~jwu/datastr/datastr.htm | ||
+ | |||
+ | ===== 論壇 ===== | ||
+ | http://www.programmer-club.com | ||
+ | |||
+ | http://delphi.ktop.com.tw/ | ||
====== C/C++ 函式列表與說明 ====== | ====== C/C++ 函式列表與說明 ====== | ||
行 17: | 行 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 ====== | ||
行 23: | 行 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 ====== | ||
行 29: | 行 54: | ||
http://www.wxwidgets.org/ | http://www.wxwidgets.org/ | ||
+ | ====== Style Guides ====== | ||
+ | http://www.chris-lott.org/resources/cstyle/ | ||
====== BIOS 中斷向量表 ====== | ====== BIOS 中斷向量表 ====== | ||
http://masm1215.myweb.hinet.net/2-base/int_bios.txt | http://masm1215.myweb.hinet.net/2-base/int_bios.txt | ||
+ | ====== Win32 API ====== | ||
+ | ===== API hooking revealed ===== | ||
+ | http://www.codeproject.com/system/hooksys.asp | ||
+ | |||
+ | ===== Windows API Hooking SDK ===== | ||
+ | http://www.bigwebmaster.com/2068.html | ||
+ | |||
+ | ===== Process-wide API spying - an ultimate hack ===== | ||
+ | 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 |