ShopSpell

Object-Oriented Programming in C++ [Paperback]

$114.99       (Free Shipping)
67 available
  • Category: Books (Computers)
  • Author:  Josuttis, Nicolai M.
  • Author:  Josuttis, Nicolai M.
  • ISBN-10:  0470843993
  • ISBN-10:  0470843993
  • ISBN-13:  9780470843994
  • ISBN-13:  9780470843994
  • Publisher:  Wiley
  • Publisher:  Wiley
  • Pages:  624
  • Pages:  624
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Jun-2002
  • Pub Date:  01-Jun-2002
  • SKU:  0470843993-11-MPOD
  • SKU:  0470843993-11-MPOD
  • Item ID: 100846339
  • Seller: ShopSpell
  • Ships in: 2 business days
  • Transit time: Up to 5 business days
  • Delivery by: Jun 30 to Jul 02
  • Notes: Brand New Book. Order Now.

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
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.