出版社: Addison Wesley
出版年: 2018-6-29
页数: 256
定价: GBP 29.99
装帧: Paperback
丛书: C++ In-Depth Series
ISBN: 9780134997834
内容简介 · · · · · ·
In A Tour of C++ (2/e), Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components―not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started...
In A Tour of C++ (2/e), Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components―not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started.
Stroustrup presents the 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, including many that are new in C++17, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour even covers some extensions being made for C++20, such as concepts and modules, and ends with a discussion of the design and evolution of C++.
This 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 can’t find a shorter or simpler introduction than this tour provides.
A Tour of C++ (2/e)的创作者
· · · · · ·
作者简介 · · · · · ·
Bjarne Stroustrup is the designer and original implementer of C++ and the author of Programming: Principles and Practice Using C++, 2nd Edition, and The C++ Programming Language, 4th Edition, among others. Having previously worked at Bell Labs, AT&T Labs - Research, and Texas A&M University, he is currently Managing Director in the technology division of Morgan Stanley in New...
Bjarne Stroustrup is the designer and original implementer of C++ and the author of Programming: Principles and Practice Using C++, 2nd Edition, and The C++ Programming Language, 4th Edition, among others. Having previously worked at Bell Labs, AT&T Labs - Research, and Texas A&M University, he is currently Managing Director in the technology division of Morgan Stanley in New York City. The recipient of numerous honors, including The National Academy of Engineering 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 AT&T Fellow, an AT&T Bell Laboratories Fellow, an IEEE Fellow, and an ACM Fellow. He was voted into Electronic Design's Engineering Hall of Fame in 2013. His research interests include distributed systems, simulation, design, programming techniques, software development tools, and programming languages, and he remains actively involved in the ANSI/ISO standardization of C++. Dr. Stroustrup holds an advanced degree from the University of Aarhus in his native Denmark and a Ph.D. in Computer Science from Cambridge University, England.
丛书信息
· · · · · ·
喜欢读"A Tour of C++ (2/e)"的人也喜欢 · · · · · ·
A Tour of C++ (2/e)的书评 · · · · · · ( 全部 3 条 )

最喜欢的编程书、最糟糕的翻译
> 更多书评 3篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部9 )
-
机械工业出版社 (2015)9.1分 50人读过
-
机械工业出版社 (2019)8.1分 26人读过
-
Addison-Wesley (2013)8.9分 106人读过
-
电子工业出版社 (2023)8.5分 24人读过
以下书单推荐 · · · · · · ( 全部 )
- 书单|c++ (豆友UsNTpJAOCo)
- c++ (玄)
- 专业 (Imagine Dragons)
- 吴咏炜推荐C++学习书籍 (肉师傅)
- C++ (接舆)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有144人想读,手里有一本闲着?
订阅关于A Tour of C++ (2/e)的评论:
feed: rss 2.0
0 有用 Richard.Z 2022-09-25 11:30:24 上海
BS的作品,云淡风轻,高屋建瓴。
1 有用 YoungForest 2023-01-24 02:38:09 荷兰
C++ 之父对Cpp的又一力作,真是看语言的角度都不同。此书适合对cpp有个概览,知道有啥东西。cook book还是读C++ Primer更好些。虽然老爷子创造了cpp,但后来控制权基本都在cpp 委员会,不过他对cpp的理解绝对是独一无二的。
0 有用 𝒜𝓇𝒾𝑒𝓈𝒟𝑒𝓋𝒾𝓁 2020-07-26 22:46:18
言简意赅,比 C++ Primer 读起来轻松多了(主要是页数少……
1 有用 霸王龙吃土豆 2019-02-16 10:14:04
连c++ 20的东西都介绍了,足见此书之新。2021又读了一遍。。。。
0 有用 huyan00 2019-02-04 14:49:50
B.S.抽出TCPL的简介部分和core guide 面向新标准编写的,适合有经验的程序员,出现互换的特性会讲解如何选择。