Tour of C++, A (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
320
Utgivningsdatum
2022-10-12
Upplaga
3
Förlag
Addison-Wesley Professional
Dimensioner
230 x 186 x 16 mm
Vikt
726 g
Antal komponenter
1
ISBN
9780136816485

Tour of C++, A

(1 röst)
Häftad,  Engelska, 2022-10-12
287
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use.Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23.This authoritative guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you won't find a shorter or simpler introduction.
Visa hela texten

Passar bra ihop

  1. Tour of C++, A
  2. +
  3. The Tech Coup

De som köpt den här boken har ofta också köpt The Tech Coup av Marietje Schaake (inbunden).

Köp båda 2 för 589 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Bjarne Stroustrup

  • Programming

    Bjarne Stroustrup

    An Introduction to Programming by the Inventor of C++ Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills need...

  • The C++ Programming Language (hardcover)

    Bjarne Stroustrup

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rew...

Övrig information

Bjarne Stroustrup is the designer and original implementer of C++ and is the author of Programming: Principles and Practice Using C++, Second Edition, and The C++ Programming Language, Fourth Edition, among others. He has worked at Bell Labs, AT&T Labs, and Texas A&M University, and, most recently, in the technology division of Morgan Stanley. The recipient of numerous honors, including The National Academy of Engineering's 2018 Charles Stark Draper Prize for Engineering "for conceptualizing and developing the C++ programming language," Dr. Stroustrup is a member of the National Academy of Engineering, an IEEE Fellow, and an ACM Fellow.

Innehållsförteckning

Preface Chapter 1: The Basics Chapter 2: User-Defined Types Chapter 3: Modularity Chapter 4: Error Handling Chapter 5: Classes Chapter 6: Essential Operations Chapter 7: Templates Chapter 8: Concepts and Generic Programming Chapter 9: Library Overview Chapter 10: Strings and Regular Expressions Chapter 11: Input and Output Chapter 12: Containers Chapter 13: Algorithms Chapter 14: Pointers Chapter 15: Utilities Chapter 16: Numerics Chapter 17: Concurrency Chapter 18: History and Compatibility Appendix: Module std Index