Skip to content

Wiley's Teach Yourself C++

Best in textbook rentals since 2012!

ISBN-10: 0764526448

ISBN-13: 9780764526442

Edition: 7th 2003 (Revised)

Authors: Al Stevens

List price: $35.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This edition of the classic reference includes the latest ANSI committee's changes to C++, and new information on compilers. It should be noted that many proprietary interfaces can only be programmed using C or C++.
Customers also bought

Book details

List price: $35.00
Edition: 7th
Copyright year: 2003
Publisher: John Wiley & Sons, Incorporated
Publication date: 4/4/2003
Binding: Paperback
Pages: 738
Size: 7.50" wide x 9.25" long x 1.50" tall
Weight: 2.332
Language: English

Welcome to Teach Yourself
Acknowledgments
Fundamental C++ Programming
An Introduction to C++
A Brief History of C++
Standard C++: A Programming Language and a Library
C++ versus C
The Organization of a C++ Program
Personal Workbook
Simple C++ Programming
C++ Identifiers and Keywords
Your First C++ Program
Variables
Constants
Expressions and Assignments
Operators That Compute
Operators That Make Decisions
Bitwise Operators
Compound Assignment and Comma Operators
Precedence and Associativity
Initializers
Type Conversion
Console Input and Output
Personal Workbook
Functions
Function Declaration, Definition, and Calling
Returning from Functions
Passing Arguments to Function Parameters
Overloaded Functions
Recursion
Personal Workbook
Program Flow Control
If...else
Complex Tests: else if and switch...case
Looping: while, do...while, and for
Loop Control: break and continue
Unstructured Programming: goto
Personal Workbook
C++ Data Types
Scope
Storage Classes
Type Qualifiers
Structures
Unions
Enumerated Types--enum
Arrays
More Data Operators
Personal Workbook
Pointers and Addresses
Pointers Variables and Memory Addresses
Pointer Arithmetic
Pointers and Arrays
Pointers to Structures
Passing Pointers and Returning Addresses
Pointers to Functions
Pointers to Pointers and to Arrays of Pointers
Const and void Pointers
Personal Workbook
Memory Allocation
The new and delete Operators
Heap Exhaustion
Overloading the new and delete Operators
Personal Workbook
References
Declaring, Initializing, and Modifying References
Passing and Returning References
References and const
Personal Workbook
The Preprocessor
Preprocessing Directives and Including Files
Macros: #define and #undef
Stringizing and Concatenation
Compile-time Conditionals
Other Standard Directives and Definitions
Personal Workbook
The C++ Compile and Runtime Environment
Compiling and Linking
The main Function
Personal Workbook
C++ Classes
Classes
The Class Declaration and Members
Classes and const
Static Members
The this Pointer
Personal Workbook
Class Constructors and Destructors
Constructors
Overloaded Constructors
Destructors
Copy Constructors
Parameter Initialization Lists
Personal Workbook
Class Object Conversion
Two Date Classes
Conversion Constructors
Member Conversion Functions
Two-way Conversions
Conversion Contexts
Explicit Constructors
Personal Workbook
Friends
Class Friends
Friend Functions
Personal Workbook
Classes and Arrays
Arrays of Class Objects
Class Object Arrays, Construction, and Destruction
Personal Workbook
Classes and Memory Allocation
Overloading Class new and delete
Overloading Class new[] and delete[]
Personal Workbook
Advanced C++ Programming
Overloaded Operators
Guidelines and Rules
Overloaded Assignment Operators
Binary Arithmetic Operators
Other Operators
Personal Workbook
Inheritance
Base and Derived Classes
Specializing Classes
Overriding Base Class Member Functions
Multiple Derived Classes from One Base
Classes Derived from Derived Base Classes
Overloading [[and]
A Personnel Class Hierarchy
Virtual Member Functions
Polymorphism
Application Frameworks
Personal Workbook
Multiple Inheritance (MI)
Multiple Base Classes
Constructors and Destructors with MI
Refining the Property Accounting System
Overriding Members with Multiple Inheritance
Ambiguities with Multiple Inheritance
Virtual Base Classes
Implementing the Design
Personal Workbook
Typecasts
C and C++ Style Typecasts
dynamic_cast
static_cast
reinterpret_cast
const_cast
Personal Workbook
Templates
Class Templates
A Bounded Array Class Template
Template Specialization
Function Templates
Templates and Abstraction
Personal Workbook
Exception Handling
Exception Handling in C
try, catch, and throw
Uncaught Exceptions
Standard Exceptions
Exception Specifications
Exceptions and Unreleased Resources
A Calculator Program
Personal Workbook
New Language Features
Namespaces
Run-time Type Information
Personal Workbook
The Standard C++ Library
The Standard C++ Library
Assertions [cassert]
Standard I/O, Character Conversions, and Math
Error Numbers [cerrno]
C Exceptions [csetjmp]
Variable Argument Lists [cstdarg]
Standard Library Functions [cstdlib]
String Functions [cstring]
Time Functions [ctime]
Personal Workbook
The std::string Class
Basic std::string Operations
Advanced std::string Operations
Personal Workbook
Input/Output Streams
Stream Classes
Formatted Output
Input/Output Member Functions
Personal Workbook
File I/O Streams
The std::ofstream Class
The std::ifstream Class
Seeking
Reading and Writing Stream Files
Opening and Closing a Stream File
Testing Errors
Personal Workbook
STL: Containers, Iterators, and Algorithms
STL Rationale
Sequence Containers
Container Adapters
Associative Containers
Iterators
Algorithms
Predicates
Personal Workbook
Appendixes
Personal Workbook Answers
Listings
About the CD-ROM
Glossary
Index
End-User License Agreement
Installing the CD-ROM Disk