exceptional-cpp-bibliography
exceptional-cpp-bibliography
參考書目
Bibliography
Barton94: John Barton and Lee Nackman, Scientific and Engineering C++. Addison- 203
Wesley, 1994.
Cargill94: Tom Cargill, "Exception Handling: A False Sense of Security. " C++ Report,
9(6), Nov.~Dec. 1994.
Cline95: Marshall Cline and Greg Lomow, C++ FAQs. Addison-Wesley, 1995.
Cline99: Marshall Cline, Greg Lomow, and Mike Girou, C++ FAQs, Second Edition.
Addison Wesley Longman, 1999.
Coplien92: James Coplien. Advanced C++ Programming Styles and Idioms. Addison-
Wesley, 1992.
Ellis90: Margaret Ellis and Bjarne Stroustrup, The Annotated C++ Reference Manual.
Addison-Wesley, 1990.
Gamma95: Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, Design
Patterns: Elements of Reusable Object-Oriented Software. Addison-Wesley, 1995.
Keffer95: Thomas Keffer, Rogue Wave C++ Design, Implementation, and Style Guide.
Rogue Wave Software, 1995.
Lippman97: Stan Lippman (ed.), C++ Gems. SIGS / Cambridge University Press, 1997.
Exceptional C++
244 參考書目
Lippman98: Stan Lippman and Josee Lajoie, C++ Primer, Third Edition. Addison
Wesley Longman, 1998.
Martin00: Robert C. Martin (ed.), C++ Gems II. SIGS / Cambridge University Press,
2000.
Meyers97: Nathan Meyers, "The Empty Base C++ Optimization." Dr. Dobb's Journal,
Aug. 1997.
Meyers99: Scott Meyers, Effective C++ CD. Addison Wesley Longman, 1999. (See also
http://meyerscd.awl.com)
Sutter98: Herb Sutter, "C++ State of the Union." C++ Report, 10(1), Jan. 1998.
Sutter98(a): Herb Sutter, "Uses and Abuses of Inheritance, Part 1." C++ Report, 10(9),
Oct. 1998.
Sutter99: Herb Sutter, "Uses and Abuses of Inheritance, Part 2." C++ Report, 11(1), Jan.
1999.
Exceptional C++