C++ Programming Style

Write a Review
$12.65 - $31.67
UPC:
9780201563658
Binding:
Paperback
Publication Date:
7/10/1992
Author:
Tom Cargill
Language:
english
Edition:
1
Adding to cart… The item has been added

Product Overview

Design and coding style rules are distilled from the examples. Understanding and following these rules will help professional programmers design and write better C++ programs. A chapter is devoted to each of the following topics: * abstractions * operator overloading * consistency * wrappers * unnecessary inheritance * efficiency * virtual functions Building on the programming rules introduced in the first seven chapters, Cargill presents a case study in which a single program undergoes repeated transformations that improve its overall quality while reducing its size. The book concludes with a chapter on multiple inheritance.