图书标签: C++ 计算机 programming 软件工程 软件开发 C/C++ 程序设计 设计模式
发表于2024-11-24
Large-Scale C++ Software Design pdf epub mobi txt 电子书 下载 2024
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++ programming. To be successful, you will also need a grasp of physical design concepts that, while closely tied to the technical aspects of development, include a dimension with which even expert software developers may have little or no experience. This is the definitive book for all C++ software professionals involved in large development efforts such as databases, operating systems, compilers, and frameworks. It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems.In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems. The book concludes with a comprehensive top-down approach to the logical design of individual components. Appendices include a valuable design pattern "Protocol Hierarchy" designed to avoid fat interfaces while minimizing physical dependencies; the details of implementing an ANSI C compatible C++ procedural interface; and a complete specification for a suite of UNIX-like tools to extract and analyze physical dependencies. Practical design rules, guidelines, and principles are also collected in an appendix and indexed for quick reference. 0201633620B04062001
John Lakos在Mentor Graphics公司工作。该公司编写的大规模C++程序比大多数其他公司要多,并且是首先尝试真正的大规模C++项目的公司之一。Lakos从1987年起就一直使用C++进行专业编程,并于1990年在哥哥伦比亚大学开设了面向对象编程方面的研究生课程。
这是一本定位很独特,甚至说有些奇怪的书。 如果你想从该书中获得C++在实际使用中的经验或教训,你也许会失望。因为这本书里几乎都是十多行的小例子,而且这些例子并不比我们在TCPL、C++ Primer上看到的例子好多少。 如果你想从该书中获得大型软件的设计经验,你也基本上会失...
评分最近一直在看这本书,其中的一些方法之前也有用过,现在读来又有了新的收获,今天用了差不多一天的时间把当前的项目代码作了不小的重构,主要是从程序的物理结构方面,分层更明确,实现隐藏更彻底,编译耦合进一步降低,自己感觉还不错哦!
评分这本书真的很垃圾的,看完你就后悔。还说什么大规模C++的,其实连最基本的东西都没有说清楚。 在指针如何使用方面根本没有说清楚。 类那一块直接带过 这本书真的很垃圾的,看完你就后悔。还说什么大规模C++的,其实连最基本的东西都没有说清楚。 在指针如何使用方面根本没有说...
评分本书的写作背景比较特殊,面向的人群比较狭窄。满足以下条件,你可以好好看看这本书: 1 在某个软件中,必须使用C++作为软件开发的主要语言。 2 软件的代码规模在100万以上。也就是要有一百万以上的C++代码。 有这两个条件,你就会发现书里面说的很有用。如果你觉得看不懂,觉...
评分此书应该是属于pragmatics类型得书籍,还是很棒的 这本书接近C语言接口和实现,可以说两本书讲的都是同一个主题,重点都在接口和实现两个主题上。虽然此书好像都在讲物理结构,恰好是作者想通过如此简单的概念去表达一个结构良好的程序设计。诚然此书是针对大型项目,但是对于...
Large-Scale C++ Software Design pdf epub mobi txt 电子书 下载 2024