书籍 C++17 - The Complete Guide的封面

C++17 - The Complete Guide

[德] Nicolai M·Josuttis

出版社

出版时间

2019-08-19

ISBN

9783967300178

评分

★★★★★

标签

编程

用户评论
需要花时间学习的就string view,不妨知道的strutural binding(限制好多啊)/if initialization/static inline/capture as const ref(很不错)/[[maybe_unused]]/optional(为啥现在才有)/variant/any/any_cast(看着挺fancy的就是对union void*的typesafe版本)/filesystem/scoped_lock(终于不用比较地址了)/shared_mutex(终于有了。。);template还是直接读C++ templates吧;其他用到再说吧,不知道也算了。。期待Meyers再写本书吧
大佬,受小弟一拜,真的nb,您就是我template的引路人
C++17最推荐此书,排版舒服,内容完善,有深有浅,只有300多页,可藉此快速构建起C++17的知识架构。 基本常用的特性本书中都有谈及,例如struct binding, attribute features, fold expressions, compile-time if, string_view, filesystem, pmr......。 不过此书的层次只能算中高级,达不到深入,有些特性的用法仅是介绍个基础。若想深入,须得自己研究源码。