Skip to content

First Book of C++

Best in textbook rentals since 2012!

ISBN-10: 1111531005

ISBN-13: 9781111531003

Edition: 4th 2012 (Revised)

Authors: Gary J. Bronson

List price: $239.95
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!

Customers also bought

Book details

List price: $239.95
Edition: 4th
Copyright year: 2012
Publisher: Course Technology
Publication date: 2/11/2011
Binding: Paperback
Pages: 816
Size: 7.25" wide x 9.00" long x 1.25" tall
Weight: 2.794
Language: English

Dr. Gary J. Bronson is a Professor of Information Systems at Fairleigh Dickinson University, where he has twice been voted Teacher of the Year. Dr. Bronson has worked as a senior project engineer at Lockheed Electronics, has been an invited instructor and consultant to Bell Laboratories, and has served as a software consultant to a number of Wall Street financial firms. He has also authored several successful programming textbooks on C, C++, and Java(tm) as well as articles on teaching Excel using incrementally reinforcing case studies.

Fundamentals of C++ Programming
Getting Started
Data Types, Declarations, and Displays
Assignment and Interactive Input
Selection
Repetition
Modularity Using Functions
Arrays
Arrays and Pointers
I/O Streams and Data Files
Object-Oriented Programming
Introduction to Classes
Adding Functionality to Your Classes
Extending Your Classes
The Standard Template Library
Additional Topics
The string Class and Exception Handling
Strings as Character Arrays
Data Structures
Appendices
Operator Precedence Table
ASCII Character Codes
Bit Operations (online only; NOT in book)
Floating-Point Number Storage
Solutions to Selected Exercises