StartGroepenDiscussieMeerTijdgeest
Doorzoek de site
Onze site gebruikt cookies om diensten te leveren, prestaties te verbeteren, voor analyse en (indien je niet ingelogd bent) voor advertenties. Door LibraryThing te gebruiken erken je dat je onze Servicevoorwaarden en Privacybeleid gelezen en begrepen hebt. Je gebruik van de site en diensten is onderhevig aan dit beleid en deze voorwaarden.

Resultaten uit Google Boeken

Klik op een omslag om naar Google Boeken te gaan.

Modern C++ Design: Generic Programming and…
Bezig met laden...

Modern C++ Design: Generic Programming and Design Patterns Applied (C++ In-Depth Series) (editie 2001)

door Andrei Alexandrescu

LedenBesprekingenPopulariteitGemiddelde beoordelingDiscussies
415461,200 (4.06)Geen
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… (meer)
Lid:hchalkley
Titel:Modern C++ Design: Generic Programming and Design Patterns Applied (C++ In-Depth Series)
Auteurs:Andrei Alexandrescu
Info:Addison-Wesley Professional (2001), Paperback, 352 pages
Verzamelingen:Jouw bibliotheek
Waardering:****
Trefwoorden:cpp, templates

Informatie over het werk

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

Geen
Bezig met laden...

Meld je aan bij LibraryThing om erachter te komen of je dit boek goed zult vinden.

Op dit moment geen Discussie gesprekken over dit boek.

Toon 4 van 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 |
Toon 4 van 4
geen besprekingen | voeg een bespreking toe

Onderdeel van de reeks(en)

Je moet ingelogd zijn om Algemene Kennis te mogen bewerken.
Voor meer hulp zie de helppagina Algemene Kennis .
Gangbare titel
Informatie uit de Russische Algemene Kennis. Bewerk om naar jouw taal over te brengen.
Oorspronkelijke titel
Alternatieve titels
Oorspronkelijk jaar van uitgave
Mensen/Personages
Belangrijke plaatsen
Belangrijke gebeurtenissen
Verwante films
Motto
Opdracht
Eerste woorden
Citaten
Laatste woorden
Ontwarringsbericht
Uitgevers redacteuren
Auteur van flaptekst/aanprijzing
Oorspronkelijke taal
Gangbare DDC/MDS
Canonieke LCC

Verwijzingen naar dit werk in externe bronnen.

Wikipedia in het Engels (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

Geen bibliotheekbeschrijvingen gevonden.

Boekbeschrijving
Haiku samenvatting

Actuele discussies

Geen

Populaire omslagen

Snelkoppelingen

Waardering

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

Ben jij dit?

Word een LibraryThing Auteur.

 

Over | Contact | LibraryThing.com | Privacy/Voorwaarden | Help/Veelgestelde vragen | Blog | Winkel | APIs | TinyCat | Nagelaten Bibliotheken | Vroege Recensenten | Algemene kennis | 206,395,946 boeken! | Bovenbalk: Altijd zichtbaar