The C++ Programming Language

The C++ Programming Language
ISBN-10
0201539926
ISBN-13
9780201539929
Pages
669
Language
English
Published
1991
Publisher
Addison-Wesley
Author
Bjarne Stroustrup

Description

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 C++, now provides coverage of all of the features available in the most recent release, including multiple inheritance, typesafe linkage, and abstract classes. Includes two new chapters on how to design C++ programs.

Other editions

Similar books

  • The C Plus Plus Programming Language
    By Bjarne Stroustrup

    The C Plus Plus Programming Language

  • The Design and Evolution of C++
    By Bjarne Stroustrup

    In this book, Stroustrup dissects many of these decisions to present a case study in "real object- oriented language development" for the working programmer.

  • A Tour of C++
    By Bjarne Stroustrup

    This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges.

  • Programming: Principles and Practice Using C++
    By Bjarne Stroustrup

    This approach gives students a solid foundation for writing useful, correct, maintainable, and efficient code. This book is an introduction to programming in general, including object-oriented programming and generic programming.

  • 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 ...

  • Programming: Principles and Practice Using C++
    By Bjarne Stroustrup

    Principles and Practice Using C++ Bjarne Stroustrup. with that assumption, and other representations are not that hard to deal with. We also talk as if all files were on disks (that is, on rotating magnetic storage).

  • A Complete Guide to Programming in C++
    By Ulla Kirch-Prinz, Peter Prinz

    This guide was written for readers interested in learning the C++ programming language from scratch, and for both novice and advanced C++ programmers wishing to enhance their knowledge of C++.

  • An Introduction to the C++ Programming Language (Version: 2015-02-03)
    By Michael D. Adams

    An Introduction to the C++ Programming Language (Version: 2015-02-03)

  • The C++ Programming Language 5th Edition
    By Procode Publishing

    With this book, you can learn C++ in just one day and start coding immediately. How is this book different... The best way to learn C++ programming is by doing. This book includes a unique examples.

  • C++ Crash Course: A Fast-Paced Introduction
    By Josh Lospinoso

    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.