Wednesday, August 31, 2016

Large-scale C++ Software Design

Large-scale C++ Software Design
By:"John Lakos"
Published on 1996 by Addison-Wesley Professional

In designing large-scale C++ applications, you are entering a dimension barely skimmed by most C++ books, particularly considering experience with small programming projects does not scale up to larger projects. This book unites high-level design concepts with specific C++ programming details to reveal practical methods for planning and implementing high-quality large C++ systems. You will learn the importance of physical design in large systems, how to structure your software as an acyclic hierarchy of components, and techniques for reducing link-time and compile-time dependencies. Then the book turns to logical design issues--architecting a component, designing a function, and implementing an object--all in the context of a large-project environment.

This Book was ranked 28 by Google Books for keyword design.

No comments:

Post a Comment