Skip to content

First Book of C++, from Here to There

Best in textbook rentals since 2012!

ISBN-10: 0534492819

ISBN-13: 9780534492816

Edition: 3rd 2006 (Revised)

Authors: Gary J. Bronson

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

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.
Customers also bought

Book details

List price: $181.95
Edition: 3rd
Copyright year: 2006
Publisher: Course Technology
Publication date: 3/16/2005
Binding: Paperback
Pages: 784
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.

Getting Started
Data Types, Declarations, and Displays
Assignments and Interactive Input
Selection
Repetition
Modularity Using Functions
Completing the Basics
Arrays
Pointers
Strings as Character Arrays
Structures
Introduction to Classes
Additional Class Capabilities
Class Functions, Conversions, and Inheritance
I/O File Streams and Data Files
The Standard Template Library (STL)
Appendices
Operator Precedence Table
ASCII Character Codes
Bit Operations
Solutions