Descriere YEO:
Pe YEO găsești Modern C++ Design: Generic Programming de la Addison-Wesley Professional, în categoria Foreign Books.
Indiferent de nevoile tale, Modern C++ Design: Generic Programming and Design Patterns Applied, Paperback/Andrei Alexandrescu din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 385.99 Lei
Caracteristicile produsului Modern C++ Design: Generic Programming
- Brand: Addison-Wesley Professional
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 13-12-2024 01:39:09
Comandă Modern C++ Design: Generic Programming Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Modern C++ Design: Generic Programming de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Contributor(s): Author:
Andrei Alexandrescu 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. Get a value-added serviceTry out all the examples from this book at www.codesaw.com. CodeSaw is a free online learning tool that allows you to experiment with live code from your book right in your browser. Review citations Scitech Book News - pg. 31 - 09/01/2001