Cover image for A first book of C++ : from here to there
Title:
A first book of C++ : from here to there
Personal Author:
Edition:
3rd ed.
Publication Information:
Boston, MA : Thomson/Course Technology, 2006
ISBN:
9780534492816

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000004583088 QA76.73.C153 B764 2006 Open Access Book Book
Searching...

On Order

Summary

Summary

The Third Edition of Gary Bronson's highly successful book takes a hands-on, applied approach to CS1. The book begins with procedural programming in C, and then gradually introduces object-oriented programming features and the C++ language syntax that enables first-time programmers to use them.


Table of Contents

1 Getting Started
2 Data Types, Declarations, and Displays
3 Assignments and Interactive Input
4 Selection
5 Repetition
6 Modularity Using Functions
7 Completing the Basics
8 Arrays
9 Pointers
10 Strings as Character Arrays
11 Structures
12 Introduction to Classes
13 Additional Class Capabilities
14 Class Functions, Conversions, and Inheritance
15 I/O File Streams and Data Files
16 The Standard Template Library (STL)
Appendices
A Operator Precedence Table
B ASCII Character Codes
C Bit Operations
D Solutions