Jump to ratings and reviews
Rate this book

Practical C++ Programming

Rate this book
Fast becoming the standard language of commercial software development, C++ is an update of the C programming language, adding object-oriented features that are very helpful for today's larger graphical applications. Practical C++ Programming is a complete introduction to the C++ language for the beginning programmer, and also for C programmers transitioning to C++. Unlike most other C++ books, this book emphasizes a practical, real-world approach, including how to debug, how to make your code understandable to others, and how to understand other people's code.Almost as important, this book is written in the readable style that has made Nutshell Handbooks® famous.Topics covered At the end of each chapter are a number of exercises you can use to make sure you've grasped the concepts. Solutions to most are provided. Practical C++ Programming describes standard C++ features that are supported by all UNIX C++ compilers (including gcc ) and DOS/Windows and NT compilers (including Microsoft Visual C++). Practical C++ Programming vs. The Core Language O'Reilly's policy is not to publish two books on the same topic for the same audience. We'd rather spend twice the time on making one book the industry's best. So why do we have two C++ tutorials? Which one should you get?The answer is they're very different. Steve Oualline, author of the successful book Practical C Programming , came to us with the idea of doing a C++ edition. Thus was born Practical C++ Programming . It's a comprehensive tutorial to C++, starting from the ground up. It also covers the programming process, style, and other important real-world issues. By providing exercises and problems with answers, the book helps you make sure you understand before you move on.While that book was under development, we received the proposal for The Core Language . Its innovative approach is to cover only a subset of the language -- the part that's most important to learn first -- and to assume readers already know C. The idea is that C++ is just too complicated to learn all at once. Instead, you learn the basics solidly from this short book, which prepares you to start programming and to understand some of the other C++ books you'll need for reference.These two books are based on different philosophies and are for different audiences. But there is one way in which they work together. If you are a C programmer, we recommend you start with The Core Language , then read about advanced topics and real-world problems in Practical C++ Programming .

581 pages, Paperback

First published August 1, 1995

21 people are currently reading
149 people want to read

About the author

Steve Oualline

33 books4 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
27 (23%)
4 stars
33 (28%)
3 stars
45 (38%)
2 stars
11 (9%)
1 star
1 (<1%)
Displaying 1 - 4 of 4 reviews
Profile Image for Vladimir Atamanov.
10 reviews
January 18, 2016
Very outdated as it's not covering any modern C++ features. Most programming methodology suggestions are obsolete as well.
Profile Image for Owen Lindsell.
76 reviews2 followers
June 8, 2009
I bought this as a refresher when I need to relearn C++ for my MSc Project. The main problem with this book is it's not complete. It didn't feel like it covered all of C++ and the index was pretty poor. The book describes itself as "A complete introduction to the C++ programming language". However, when I wanted to remind myself how inheritance worked, I looked in the index under: Inheritance, Polymorphism and Virtual methods. Nope, nothing there. I found the section I wanted eventually but it was hard work.
38 reviews3 followers
Read
January 28, 2020
Dated now, but was good at the time. Might go back to it to review OO concepts
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.