Kniha C++ 101 programovacích technik, kterou právě držíte v ruce, je určena programátorům všem úrovní. Pokud s C++ teprve začínáte, bude se vám kniha hodit jako přehled výrazových prostředků, které C++ podporuje přirozeným způsobem. U každého pravidla naleznete podrobné zdůvodnění, takže se můžete vydat cestou porozumění a nespoléhat se na svoji paměť.
Andrei Alexandrescu Knihy




Moderní programování v C++
- 340 stránek
- 12 hodin čtení
Nevídaná nápaditost a programátorská virtuozita autora dala vzniknout revolučnímu přístupu k návrhu programů, který společným využitím návrhových vzorů, generického programování a jazyka C++ umožňuje programátorům dosáhnout čitelnějšího, snadno upravovatelného a vysoce znovupoužitelného kódu. Kniha je vhodná pro pokročilejší programátory.
Modern C++ Design
- 352 stránek
- 13 hodin čtení
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 For each generic component, the book presents the fundamental problems and design options, and finally implements a generic solution.