Modern C++ Design

时间:2014-10-29 10:56:55
【文件属性】:

文件名称:Modern C++ Design

文件大小:12.34MB

文件格式:PDF

更新时间:2014-10-29 10:56:55

c++设计新思维 Modern C++ Design

Modern C++ Design is an important book. Fundamentally, it demonstrates ‘generic patterns’ or ‘pattern templates’ as a powerful new way of creating extensible designs in C++–a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design and coding, you should read this book. Highly recommended.-Herb Sutter What’s left to say about C++ that hasn’t already been said? Plenty, it turns out.-From the Foreword by John Vlissides In Modern C++ Design, Andrei Alexandrescu opens new vistas for C++ programmers. Displaying extraordinary creativity and programming virtuosity, Alexandrescu offers a cutting-edge approach to design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, flexible, and highly reusable code. This book introduces the concept of generic components-reusable design templates that produce boilerplate code for compiler consumption-all within C++. Generic components enable an easier and more seamless transition from design to application code, generate code that better expresses the original design intention, and support the reuse of design structures with minimal recoding. The author describes the specific C++ techniques and features that are used in building generic components and goes on to implement industrial strength generic components for real-world applications. Recurring issues that C++ developers face in their day-to-day activity are discussed in depth and implemented in a generic way. These include: • Policy-based design for flexibility • Partial template specialization • Typelists-powerful type manipulation structures • Patterns such as Visitor, Singleton, Command, and Factories • Multi-method engines For each generic component, the book presents the fundamental problems and design options, and finally implements a generic solution. In addition, an accompanying Web site, http://www.awl.com/cseng/titles/0-201-70431-5, makes the code implementations available for the generic components in the book and provides a free, downloadable C++ library, called Loki, created by the author. Loki provides out-of-the-box functionality for virtually any C++ project.


网友评论

  • 中文影印版,有些内容还是比较新颖的。
  • 扫描的。*的翻译不太好明白。
  • It's a nice book, helpful.
  • 不可多得的好书,谢谢分享
  • 看得太累了,又是英文
  • 不可多得的好书,谢谢分享! 更多C++好书参考: http://download.csdn.net/detail/tan3739/4522256 http://download.csdn.net/detail/tan3739/4522272 http://download.csdn.net/detail/tan3739/4522322
  • 不太清晰,不过内容不错。
  • 好书,感谢!确实中文版的
  • 侯杰的中文版,影印版,凑合看吧
  • 很好的资源,中文翻译版的,谢谢分享。