PortadaGruposCharlasMásPanorama actual
Buscar en el sitio
Este sitio utiliza cookies para ofrecer nuestros servicios, mejorar el rendimiento, análisis y (si no estás registrado) publicidad. Al usar LibraryThing reconoces que has leído y comprendido nuestros términos de servicio y política de privacidad. El uso del sitio y de los servicios está sujeto a estas políticas y términos.

Resultados de Google Books

Pulse en una miniatura para ir a Google Books.

Modern C Design: Generic Programming and…
Cargando...

Modern C Design: Generic Programming and Design Patterns Applied (edición 2001)

por Andrei Alexandrescu (Autor), Debbie Lafferty (Autor)

MiembrosReseñasPopularidadValoración promediaConversaciones
419462,338 (4.06)Ninguno
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 Whats left to say about C++ that hasnt 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 componentsreusable design templates that produce boilerplate code for compiler consumptionall 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 Typelistspowerful 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 service! Try 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. 0201704315B11102003… (más)
Miembro:retainingwall
Título:Modern C Design: Generic Programming and Design Patterns Applied
Autores:Andrei Alexandrescu (Autor)
Otros autores:Debbie Lafferty (Autor)
Información:Addison-Wesley Professional (2001), Edition: 1, 360 pages
Colecciones:Tu biblioteca
Valoración:
Etiquetas:stem

Información de la obra

Modern C++ Design: Generic Programming and Design Patterns Applied por Andrei Alexandrescu

Ninguno
Cargando...

Inscríbete en LibraryThing para averiguar si este libro te gustará.

Actualmente no hay Conversaciones sobre este libro.

Mostrando 4 de 4
I know this is an important book, usually mentioned as one of the books you must read for c , but I think is intended for library developers. I you are a plain application developer this is too much. It would be nice to understand the tecniques, even if you are never going to use them, but I still think is not worth the effort.
  NachoSeco | Oct 10, 2022 |
Collection of the authors ideas about template programming.

The book left me with a considerably deeper understanding of template programming.

Unfortunately, the content is structured in such a way that it can not easily be remembered. In my opinion the book "Abrahams, Gurtovoy - C++ Template Metaprogramming" does a better job at that. I find it impossible to remember long-term what the responsibility of all those traits classes was. ( )
  Tobias.Bruell | Oct 3, 2013 |
This book is a tour-de-force of hacking, the fine art of making complicated systems do things far exceeding the original goals of their design. It is a shame that all this ingenuity and creativity is wasted on improving C , which is an unpleasant language in which to write. It is a shame that the tools he implements and the techniques he makes available to C programmers are already available in much more expressive and more easily understood form in several other languages. I'm very impressed with the work. I just wish his efforts had been applied more productively than in re-inventing the wheel. ( )
  nillacat | Sep 1, 2006 |
Mostrando 4 de 4
sin reseñas | añadir una reseña

Pertenece a las series

Debes iniciar sesión para editar los datos de Conocimiento Común.
Para más ayuda, consulta la página de ayuda de Conocimiento Común.
Título canónico
Información procedente del Conocimiento común ruso. Edita para encontrar en tu idioma.
Título original
Títulos alternativos
Fecha de publicación original
Personas/Personajes
Lugares importantes
Acontecimientos importantes
Películas relacionadas
Epígrafe
Dedicatoria
Primeras palabras
Citas
Últimas palabras
Aviso de desambiguación
Editores de la editorial
Blurbistas
Idioma original
DDC/MDS Canónico
LCC canónico

Referencias a esta obra en fuentes externas.

Wikipedia en inglés (5)

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 Whats left to say about C++ that hasnt 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 componentsreusable design templates that produce boilerplate code for compiler consumptionall 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 Typelistspowerful 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 service! Try 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. 0201704315B11102003

No se han encontrado descripciones de biblioteca.

Descripción del libro
Resumen Haiku

Discusiones actuales

Ninguno

Cubiertas populares

Enlaces rápidos

Valoración

Promedio: (4.06)
0.5
1
1.5
2 1
2.5
3 14
3.5 1
4 16
4.5 4
5 18

¿Eres tú?

Conviértete en un Autor de LibraryThing.

 

Acerca de | Contactar | LibraryThing.com | Privacidad/Condiciones | Ayuda/Preguntas frecuentes | Blog | Tienda | APIs | TinyCat | Bibliotecas heredadas | Primeros reseñadores | Conocimiento común | 211,875,380 libros! | Barra superior: Siempre visible