Thinking in C++, Volume 2: Practical Programming

Bruce Eckel, Chuck Allison

  • 出版商: Prentice Hall
  • 出版日期: 2003-12-17
  • 售價: $4,250
  • 貴賓價: 9.5$4,038
  • 語言: 英文
  • 頁數: 832
  • 裝訂: Paperback
  • ISBN: 0130353132
  • ISBN-13: 9780130353139
  • 相關分類: C++ 程式語言
  • 已絕版

買這商品的人也買了...

商品描述

 

For sophomore/junior level courses in Advanced C++ Programming offered in Computer Science departments.

This text fills the need for a practical C++ topics book beyond the introductory level. No other text covers the topics needed to prepare students for production C++ programming. It streamlines the process of learning the C++ language, presenting material a simple step at a time, which allows the reader to digest each concept before moving on, and provides them with a solid foundation in C++.

Table of Contents

Preface.

I. BUILDING STABLE SYSTEMS.

 1. Exception Handling.
 2. Defensive Programming.
 3. Debugging Techniques.

II. THE STANDARD C++ LIBRARY.

 4. Strings in Depth.
 5. Iostreams.
 6. Templates in Depth.
 7. STL Containers and Iterators.
 8. STL Algorithms.

III. ADVANCED TOPICS.

 9. Run-time Type Identification.
10. Multiple Inheritance.
11. Design Patterns.
Appendix A: Recommended Reading.
Appendix B: Etc.
Index.