Object-Oriented Programming in C++

個数:

Object-Oriented Programming in C++

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 610 p.
  • 言語 ENG
  • 商品コード 9780470843994
  • DDC分類 005.133

Full Description

This step-by-step tutorial teaches you all language features and explains their practical usage. Josuttis goes well beyond the basics, demonstrating how to combine templates with object-oriented programming to produce the power of modern C++ development for high performance programs.

Comprehensive, detailed, readable, practical and up-to-date
Teaches you how to get the power from C++, using the current ANSI language standard and programming model
Specific hints from the author help to switch between and compare C and Java
Companion Web Site provides further information including source code for the examples in the book

Contents

Preface. 1. About this Book.

Why Did Write this Book?

Prerequisites.

Organization of the Book.

How Should You Read this Book?

Example Code and Additional Informations.

Feedback.

2. Introduction: C++ and Object-Oriented Programming.

The C++ Language.

C++ as an Object-Oriented Programming Language.

Other Concepts of C++.

Teminology.

3. Basic Concepts of C++ Programs.

The First Program.

Types, Operators, and Control Constructs.

Functions and Modules.

Strings.

Collections.

Exception Handling.

Pointers, Arrays, and C-Strings.

Memory Management Using new and delete.

Communication with the Outside World.

4. Class Programming.

The First Class: Fraction.

Operators for Classes.

Running Time and Code Optimization.

References and Constants.

Input and Output Using Streams.

Friends and Other Types.

Exception Handling for Classes.

5. Inheritance and Polymorphism. Virtual Functions.

Polymorphism.

Multiple Inheritance.

Design Pitfalls with Inheritance.

6. Dynamic and Static Members.

Dynamic Members.

Other Aspects of Dynamic Members.

Inheritance of Classes with Dynamic Members.

Classes Containing Classes.

Static Members and Auxiliary Types.

7. Templates.

Why Templates?

Function Templates.

Class Templates.

Non-Type Template Parameters.

Additional Aspects of Templates.

Templates in Practice.

8. The Standard I/O Library in Detail.

The Standard Stream Classes.

File Access.

Stream Classes for Strings.

9. Other Language Features and Details.

Additional Details of the Standard Library.

Defining Special Operators.

Additional Aspects of new and delete.

Function Pointers and Member Pointers.

Combining C++ with C Code.

Additional Keywords.

10. Summary.

Hierarchy of C++ Operators.

Class-Specific Properties of Operations.

Rules for Automatic Type Conversion.

Useful Programming Guidelines and Conventions.

Bibliography.

Glossary.

Index.