C++ from the Ground Up, Third Edition

Have a Promotion Code?

Please enter it here:


Sign Up to Stay Informed

Learn about new books, special offers, discounts and promotions in your field of interest.

SIGN UP TODAY


Other titles in From the Ground Up

Recently Viewed

Investing the Templeton Way
Lauren C. Templeton, Scott Phillips
$27.95

The 7 Triggers to Yes
Russell H. Granger
$24.95



Date

March 19, 2003

Format

Paperback, 624 pages

ISBN

0072228970 / 9780072228977

Edition Number
3

Language
English

Audience
Professional and scholarly

Imprint
McGraw-Hill Osborne Media

Series
From the Ground Up

Publisher
McGraw-Hill

Country
United States

Copyright
2003

Dimensions
7.3 in Width x 1.21 in Thick

Weight
2.48 lb

Add to cart Save for later

Your Price

$39.99



Overview

This excellent primer provides a plethora of C++ programming information for beginning to intermediate users on topics like classes, objects, expressions, arrays, pointers. Plus, it also covers advanced topics like inheritance, namespaces, STL, custom string class, and the Standard C++ Class Library. For users of all levels, this guide teaches with examples of source code and a thorough display of the results.

Table of contents

1: The Story of C++
2: An Overview of C++
3: The Basic Data Types
4: Program Control Statements
5: Arrays and Strings
6: Pointers
7: Functions, Part One: The Fundamentals
8: Functions, Part Two: References, Overloading, and Default Arguments
9: More Data Types and Operators
10: Structures and Unions
11: Introducing the Class
12: A Closer Look at Classes
13: Operator Overloading
14: Inheritance
15: Virtual Functions and Polymorphism
16: Templates
17: Exception Handling
18: The C++ I/O System
19: Run-Time Type ID and the Casting Operators
20: Namespaces and Other Advanced Topics
21: Introducing the Standard Template Library
22: The C++ Preprocessor

A: C-Based I/O
B: Working with an Older C++ Compiler
C: The .NET Managed Extensions to C++

Back cover copy

Your Fast-Paced Guide to C++ Success!
No one teaches C++ better than Herb Schildt. That's why his books are the choice of millions worldwide. Now you, too, can quickly master C++ using his proven method. In this fully updated new edition, Herb explains the C++ language, from its fundamentals to its most advanced features. You'll start with an overview of C++ and the general form of a C++ program. You'll then learn essentials such as control statements, operators, variables, classes, and objects. Then it's on to exceptions, templates, namespaces, run-time type ID, and the Standard Template Library (STL). There is even a synopsis of the extended keywords used for .NET programming--all presented in Herb's clear, crisp, uncompromising style.
You will learn about:

The general form of a C++ program
Data types, operators, and expressions
Control statements
Functions
Pointers and references
Classes and objects
Function and operator overloading
Constructors and destructors
Templates
Exception handling
Inheritance
Virtual functions
The C++ I/O system
Run-time type ID
Namespaces
The Standard Template Library (STL)
Object-oriented programming (OOP) principles
And much, much more!