Join Books.org — it's free

C/C++
Practical C++ Programming by Steve Oualline β€” book cover

Practical C++ Programming

by Steve Oualline
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.

The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.

In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.

Practical C++ Programming thoroughly covers:

  • C++ Syntax
  • Coding standards and style
  • Creation and use of object classes
  • Templates
  • Debugging and optimization
  • Use of the C++ preprocessor
  • File input/output
Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.


C++ primer, practical style guide and a debugger "how-to" all in one. Many examples instruct by having you debug programs. For those with no programming experience, C programmers moving to C++, and C++ programmers itching to fine-tune. Source code is available via ftp.

Synopsis

Unlike most other C++ books, this one 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 codes. Topics covered include good programming sytle, C++ syntax, debugging and optimization and common programming mistakes.

About the Author, Steve Oualline

Steve Qualline is the author of many programming and Linux related books. He is a professional software engineer, author, and educator. Currently, he works for a large software company as a quality engineer devising ways to improve the quality and reliability of the code produced by their programmers. He is also an avid blimp enthusiast as well as a volunteer steam locomotive engineer on the Poway-Midland Railroad. http: //www.qualine.com.

Reviews

There are no reviews yet. Log in to write one.

Editorials

From Barnes & Noble


Fatbrain Review

C++ primer, practical style guide and a debugger "how-to" all in one. Many examples instruct by having you debug programs. For those with no programming experience, C programmers moving to C++, and C++ programmers itching to fine-tune. Source code is available via ftp.

Book Details

Published
January 1, 2003
Publisher
O'Reilly Media, Incorporated
Pages
576
Format
Paperback
ISBN
9780596004194

More by Steve Oualline

Similar books