书籍 A Tour of C++ (3/e)的封面

A Tour of C++ (3/e)

Bjarne Stroustrup

出版时间

2022-10-01

ISBN

9780136816485

评分

★★★★★
书籍介绍

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.

Bjarne Stroustrup is the designer and original implementer of C++ and the author of Programming: Principles and Practice Using C++, Second Edition, and The C++ Programming Language, Fourth Edition, among others. Currently a professor at Columbia University, he has previously worked at AT&T Bell Labs, Texas A&M University, and Morgan Stanley. He is the recipient of numerous hono...

(展开全部)

用户评论
适合以前学过 c 或 cpp 的读者用来跟进时代 编译器好多还不支持。。。 cpp 真的好复杂。。这本书看完算是对大部分库有了一些印象,但还是不熟悉。。 不足:这本书例子偏少。k & r 的例子就很好。看完能写很多 c 程序。
前半部分读得很顺畅,后半部分就进展得比较慢。大概是因为后半段作者在展示标准库中各个库的用途,感觉作者什么都想讲一点,每个标准库篇幅就不多,这让作为新手的我还是比较难以消化,反复重读才能领悟。但是如此多用途的C++确实很难在如此小的篇幅中做到深入浅出。最终给5星的原因,不求本书涵盖得面面俱到,只是作为师傅领进门,各路接口先混个眼熟,后续遇上了再自行钻研吧!