Jump to ratings and reviews
Rate this book

On to C++

Rate this book
This book is a concise, yet clear introduction to the C++ programming language. A practicing programmer can use this book to learn the essentials of the langauge without a lot of time-consuming overhead. Key concepts and techniques are learned in their natural order as features are added to a short, yet representative C++ program.

305 pages, Paperback

First published May 10, 1994

32 people want to read

About the author

Patrick Henry Winston

32 books23 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (25%)
4 stars
6 (50%)
3 stars
2 (16%)
2 stars
1 (8%)
1 star
0 (0%)
Displaying 1 - 6 of 6 reviews
Profile Image for Thom.
1,814 reviews74 followers
May 23, 2013
A good introduction to C++ which requires no prior programming experience. Using the concept of a train, object oriented concepts are hit fairly soon, before C standards such as call by reference. Examples are fairly clear, but often require some work from the reader to complete. Graphic descriptions of memory allocated were especially welcome.

The entire book is online at http://people.csail.mit.edu/phw/OnToC... The graphics have suffered somewhat, but the text is clear to read and examples of code can be copied and pasted into C++ editors or environments.
11 reviews4 followers
February 20, 2009
A simple and practical book about C++ language and programming techniques. Divided in chapters and segments, this books leads the reader to the progressive development of a program for a train substation as it teaches language fundamentals and clean coding in a very didactic way.
Profile Image for David.
880 reviews52 followers
October 19, 2009
I find this book rather easy to read, with chapters that are clear and flow from one to another nicely. The examples and exercises build on top of each other as more and more topics/parts of the language are introduced. I'd recommend this book as a good primer for C++.
Profile Image for Guang.
2 reviews
June 24, 2016
This book makes good use of simple and clear illustrations to explain some obscure notions, such as pointers, which are fundamental to understand higher level abstractions. Also the case study approach makes it easier to follow.
Profile Image for Joe.
36 reviews1 follower
June 26, 2008
I worked through some of On to C++ in an intermediate programming course using C++. Its exercises are stimulating enough, nothing special.
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.