Explore the latest books of this year!
Bookbot

Andrei Alexandrescu

    January 1, 1969
    Andrei Alexandrescu
    Modernes C++ Design
    C++ coding stanadards : 101 rules, guidelines, and best practices
    Modern C++ Design
    The D Programming Language
    • 2010

      The D Programming Language

      • 463 pages
      • 17 hours of reading
      4.4(104)Add rating

      “To the best of my knowledge, D offers an unprecedentedly adroit integration of several powerful programming imperative, object-oriented, functional, and meta.”―From the Foreword by Walter Bright“This is a book by a skilled author describing an interesting programming language. I’m sure you’ll find the read rewarding.”―From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more. The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author’s signature style, the writing is casual and conversational, but never at the expense of focus and pre­cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find Written for the working programmer, The D Programming Language not only introduces the D language―it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.

      The D Programming Language
    • 2005

      Covering the facets of C++ programming, this book discusses: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, and STL containers and algorithms. Each standard is described concisely, with practical examples.

      C++ coding stanadards : 101 rules, guidelines, and best practices
    • 2001

      Modern C++ Design

      • 352 pages
      • 13 hours of reading
      4.3(833)Add rating

      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.

      Modern C++ Design