- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Programming with ANSI C++ 2/e is thoroughly updated while preserving the essence of the original edition. It provides a fine balance between theory and practice by an in-depth coverage of both elementary as well as advanced topics.
Starting with an introduction to object-oriented paradigm and an overview of C++, it gradually moves on to analyse in detail important concepts such as classes, objects, functions, constructors and destructors, operator overloading, inheritance, polymorphism, and exception handling. Besides, there are dedicated chapters on templates, RTTI and casting operators, streams, files, namespaces, string objects, and STL.
Contents
1. OBJECT-ORIENTED PROGRAMMING AND C++ ; 2. OVERVIEW OF THE C++ LANGUAGE ; 3. CLASSES AND OBJECTS ; 4. FUNCTION ; 5. CONSTRUCTORS AND DESTRUCTORS ; 6. OPERATOR OVERLOADING AND USER-DEFINED CONVERSIONS ; 7. TEMPLATE ; 8. EXCEPTION HANDLING ; 9. INHERITANCE ; 10. RUNTIME POLYMORPHISM BY VIRTUAL FUNCTIONS ; 11. RTTI AND CASTING OPERATORS ; 12. STREAMS AND FORMATTED IO ; 13. USING FILES FOR IO ; 14. NAMESPACES ; 15. STRING OBJECTS ; 16. STANDARD TEMPLATE LIBRARY