细节请见:
http://www.gotw.ca/publications/c++cs/bibliography.htm
还有请见:
a complete bibliography of publications in the c/c++ 2000 - 2009
致敬这样的精神和追求。
请允许我充满敬意的COPY一部分,感谢。
[Abelson96] | H. Abelson and G. J. Sussman. Structure and Interpretation of Computer Programs (2nd Edition) (MIT Press, 1996). |
[Abrahams96] | D. Abrahams. “Exception Safety in STLport” (STLport website, 1996). |
[Abrahams01a] | D. Abrahams. “Exception Safety in Generic Components,” in M. Jazayeri, R. Loos, D. Musser (eds.), Generic Programming: International Seminar on Generic Programming, Dagstuhl Castle, Germany, April/May 1998, Selected Papers, Lecture Notes in Computer Science 1766 (Springer, 2001). |
[Abrahams01b] | D. Abrahams. “Error and Exception Handling” ([Boost] website, 2001). |
[Alexandrescu00a] | A. Alexandrescu. “Traits: The else-if-then of Types” (C++ Report, 12(4), April 2000). |
[Alexandrescu00b] | A. Alexandrescu. “Traits on Steroids” (C++ Report, 12(6), June 2000). |
[Alexandrescu00c] | A. Alexandrescu and P. Marginean. “Change the Way You Write Exception-Safe Code—Forever” (C/C++ Users Journal, 18(12), December 2000). |
[Alexandrescu01] | A. Alexandrescu. Modern C++ Design (Addison-Wesley, 2001). |
[Alexandrescu01a] | A. Alexandrescu. “A Policy-Based basic_string Implementation” (C/C++ Users Journal, 19(6), June 2001). |
[Alexandrescu02a] | A. Alexandrescu. “Multithreading and the C++ Type System” (InformIT website, February 2002). |
[Alexandrescu02b] | A. Alexandrescu. “Discriminated Unions (I),” “… (II),” and “… (III)” (C/C++ Users Journal, 20(4,6,8), April/June/August 2002). |
[Alexandrescu03a] | A. Alexandrescu. “Move Constructors” (C/C++ Users Journal, 21(2), February 2003). |
[Alexandrescu03b] | A. Alexandrescu. “Assertions” (C/C++ Users Journal, 21(4), April 2003). |
[Alexandrescu03c] | A. Alexandrescu and P. Marginean. “Enforcements” (C/C++ Users Journal, 21(6), June 2003). |
[Alexandrescu03d] |