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

A Tour of C++ (2/e)

Bjarne Stroustrup

出版时间

2018-06-29

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.

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.

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

(展开全部)

用户评论
言简意赅, C++写好安全的代码是需要不断地练习的,但我觉得clean C++写的最贴合工程实际,douban却没有
就想看看c++17都有啥
cpp之父的书,200多页把modern cpp核心的语言特性讲清楚了,比Cpp Primer实在好太多了,确实是按照“Don’t consider language features in isolation ”来写的。
言简意赅,比 C++ Primer 读起来轻松多了(主要是页数少……
你给我讲些编译器都还没支持的特性...
回顾学习,巩固c++17,浅尝c++20
C++ 之父对Cpp的又一力作,真是看语言的角度都不同。此书适合对cpp有个概览,知道有啥东西。cook book还是读C++ Primer更好些。虽然老爷子创造了cpp,但后来控制权基本都在cpp 委员会,不过他对cpp的理解绝对是独一无二的。
BS的作品,云淡风轻,高屋建瓴。
modern c++ 扫盲书
没了解C++17可以拿这个重新入门一次,一定大有裨益。短短的书,从头串了远到20的内容。18年出版,22年读起来也毫不过时。作为入门读物实在太棒了。