Large-Scale C++ Software Design. John Lakos

Large-Scale C++ Software Design


Large-Scale-C-Software-Design.pdf
870 pages | 22 Mb

Download PDF




  • Large-Scale C++ Software Design
  • John Lakos
  • Page: 870
  • Format: pdf, ePub, fb2, mobi
  • Publisher: Addison Wesley
Download Large-Scale C++ Software Design


Free audiobooks in mp3 download Large-Scale C++ Software Design

As a member of the IC Division at Mentor Graphics Corporation, I am fortunate to have worked with many bright, talented software engineers, developing very large systems.<p> Many valuable lessons were learned along the way - knowledge obtained through bitter experience. There were no books to help guide the design process; object-oriented designs on this scale had never before been attempted.<p> During my 13 years as a C (turned C++) Computer-Aided Design (CAD) software developer, I have seen over and over again that planning ahead invariably produces a higher-quality, more maintainable product. My emphasis at Mentor Graphics has been on helping to ensure that quality is an integral part of the design process from the very start.<p> Audience Large-Scale C++ Software Design was written explicitly for experienced C++ software developers, system architects, and proactive quality-assurance professionals. This book is particularly appropriate for those involved in large development efforts such as databases, operating systems, compilers, and frameworks.<p> Yet most of the advice presented in this book also applies to small projects. It is typical for a person to start with a small project and then begin to take on larger and more challenging enterprises. Often the scope of a particular project will expand, and what starts out as a small project becomes a major undertaking. The immediate consequences of disregarding good practice in a large project, however, are far more severe than they are for disregarding good practice in a smaller project.<p> An object-oriented design book geared specifically to practical aspects of the C++ programming language. A C++ programming book describing how to use the C++ programming language to develop very large systems.<p> In short, if you feel that you know C++ well, but would like to understand more about how to use the language effectively on large projects, this book is for you.<p> Except where otherwise indicated, all examples in this text are intended to represent "good design." Examples presented in earlier chapters are therefore consistent with all practices recommended throughout the book. A disadvantage of this approach is that you may see code that is written differently from the code you are used to seeing, without yet knowing exactly why. I feel that being able to use all of the examples in the book for reference compensates for this drawback.<p> The second exception is the inconsistent use of package prefixes in the early examples of the book. In a large project environment package prefixes are required, but they are awkward at first and take some getting used to. I have elected to omit the consistent use of registered package prefixes until after they are formally presented in Chapter 7, so as not to detract from the presentation of other important fundamental material.<p> Developing large systems in C++ is a constant series of engineering trade-offs. There are almost no absolutes. It is tempting to make statements using words such as never and always. Such statements allow for a simplified presentation of the material. For the level of C++ programmers whom I expect will read this book, such sweeping statements would be challenged - and rightly so. To avoid getting side-tracked in such situations, I will state what is (almost) always true, and then provide a footnote or a pointer to the exceptional case.<p> Header File Extensions:<p> Implementation File Extensions: .c .cxx .C .c++ .cc .cpp<p> A Road Map There is a lot of material to cover in this book. Not all readers will have the same background. I have therefore provided some basic (but essential) material in Chapter 1 to help level the field. Expert C++ programmers may choose to skim this section or simply refer to it if needed. Chapter 2 contains a modest collection of software design rules that I would hope every experienced developer will quickly ratify.<p> PART I: BASICS<p> Chapter 2: Ground Rules. Important design practices that should be followed in any C++ project.<p> PART II: PHYSICAL DESIGN CONCEPTS<p> Chapter 4: Physical Hierarchy. The importance of creating a hierarchy of components with acyclic physical dependencies for testing, maintainability, and reuse.<p>From the Back Cover</h3> <p> <p> <p> <br> <br> 0201633620B04062001

Build and manage large-scale C++ on Windows • The Register
John Lakos wrote the book on Large-Scale C++ Software Design more than 10 years ago, but it remains a must read for any serious C++  A C++ Reading List by John Lakos | | InformIT
John Lakos, author of Large-Scale C++ Software Design and senior architect and Bloomberg LP, shares his list of favorite resources for C++  CTEST: an interface for building C++ packages
C++ developers devote considerable attention to logical. design: We should not neglect physical design: John Lakos, “Large Scale C++ Software Design”,. 582662. Game Engine Architecture (C++)
Course requirements: C++ programming (e.g., the course Software Design (C++) large-scale C++ programming techniques in a games context; game engine  Large-scale C++ Software Design - John Lakos - Google Books
John Lakos--who works with the company (Mentor Graphics) that has written more large-scale programs in C++ than anyone else--shows how to decompose a  Large-Scale C++ Software Design - C / C++ - Bytes
Need help? Post your question and get tips & solutions from a I've finally gotten around to reading the book "Large-Scale C++ Software Design"  天瓏網路書店| 大型C++ 軟體設計(Large-Scale C++ Software Design)
大型C++ 軟體設計(Large-Scale C++ Software Design). John Lakos 著、陳逸宏譯. 出版商: 碁峰; 出版日期: 2012-01-09; 台幣定價: $980; 售價: 8.0 折$784; 語言:  Large-Scale C++ Software Design (APC) - Amazon.co.uk
Developing a large-scale software system in C++ requires more than just a sound understanding of the logical design issues covered in most books on C++   Lakos' Analysis Tools - API Design for C++
John Lakos wrote the book Large-Scale C++ Software Design, in which he describes many issues of developing C++ software for large  Large-Scale C++ Software Design by John Lakos: Addison-Wesley
Available now at AbeBooks.co.uk - ISBN: 9780201633627 - Paperback - Addison-Wesley - 1996 - Book Condition: New - New Book. Shipped from UK. Large Scale Cpp Software Design
Large Scale C++ Software Design by JohnLakos Purists revile Lakos's large number of design guidelines that eschew The Latest C++  Large-Scale Software Architecture: A Practical Guide using UML - Google Books Result
Large-Scale C++ Software Design is a must read book, if you are in software industry. Sometime you may what to move down from Design  Large-Scale C++ Software Design | Geoffrey Zheng\'s Bloh Bloh Bloh
Large-Scale C++ Software Design. By John Lakos. C0 Introduction. Excessive compile-time dependencies: single global errorcode.h. Use local enumeration.