The C++ Programming Language

The C++ Programming Language
ISBN-10
0321563840
ISBN-13
9780321563842
Category
Computers
Pages
1346
Language
English
Published
2013
Publisher
Pearson Education
Author
Bjarne Stroustrup

Description

Offers information on using the C++ programming languge using the new C++11 standard, covering such topics as concurrency, facilities, standard libraries, and design techniques.

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.