The Design and Evolution of C++

The Design and Evolution of C++
ISBN-10
0201543303
ISBN-13
9780201543308
Category
Computers / Languages / C
Pages
461
Language
English
Published
1994
Publisher
Addison-Wesley
Author
Bjarne Stroustrup

Description

This book focuses on the principles, processes and decisions made during the development of the C++ programming language. As the inventor of the language, Stroustrup presents his insight into the decisions which resulted in the features of C++ - the praised, the controversial and even some of the rejected ones. By writing this book the author presents his object-oriented programming philosophy to the interested programming community. His vehicle is the C++ language but his focus is on real object-oriented programming language development for the working programmer rather than as a abstract approach to the OOP paradigm.

Other editions

Similar books

  • The C Plus Plus Programming Language
    By Bjarne Stroustrup

    The C Plus Plus Programming Language

  • The Evolution of C++: Language Design in the Marketplace of Ideas
    By Jim Waldo

    The Evolution of C++ explores the underlying concepts of this exceedingly popular language, explaining why C++ looks and behaves the way it does.Unlike most programming languages that were designed by...

  • A Tour of C++
    By Bjarne Stroustrup

    Bjarne Stroustrup. complex z = 1; // a complex number with double-precision floating-point scalars complex z2 {d1,d2}; complexz3 = {1,2}; // the = is optional with {... } vectorv {1,2,3,4,5,6}; // a vector ...

  • A Tour of C++
    By Bjarne Stroustrup

    This guide does not aim to teach you how to program (see Stroustrup's Programming: Principles and Practice Using C++ for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's The C++ Programming Language, ...

  • The C++ Programming Language: The C++ Programm Lang_p4
    By Bjarne Stroustrup

    This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—noticeable by a small space inside the spine—also increases durability.

  • The C++ Programming Language
    By Bjarne Stroustrup

    The second edition reflects the changes that have occurred as the C++ language has grown and developed over the last five years. This definitive guide, written by the designer of...

  • Hands-On Design Patterns with C++: Solve common C++ problems with modern design patterns and build robust applications
    By Fedor G. Pikus

    The focus of this book is on the design patterns that naturally lend themselves to the needs of a C++ programmer, and on the patterns that uniquely benefit from the features of C++, in particular, the generic programming.

  • C++ In
    By Bjarne Stroustrup

    This boxed-set of five volumes on C++ programming includes: Modern C++ Design; Accelerated C++; Essential C++; Exceptional C++; and More Exceptional C++.

  • C Plus Plus Primer
    By Stanley B. Lippman, Josée Lajoie, Barbara E. Moo

    As in its previous editions, the book's authoritative discussion of fundamental C++ concepts and techniques makes it a valuable resource even for more experienced programmers."--BOOK JACKET.

  • Mastering the C++17 STL: Make full use of the standard library components in C++17
    By Arthur O'Dwyer

    This book is your guide to the C++ standard library, including the very latest C++17 features. The book starts by exploring the C++ Standard Template Library in depth.