首页
社区
课程
招聘
[转帖]C++20 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library 4th Edition
发表于: 2020-7-31 06:42 1786

[转帖]C++20 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library 4th Edition

2020-7-31 06:42
1786

C++20 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library 4th Edition


Author: Mikael Olsson

Publisher: Apress; 4th edition (August 13, 2020)


This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference.

This edition covers topics including designated initializers, lambdas and lambda captures, the spaceship operator, pack expressions, string literals as template parameters, atomic smart pointers, and contracts. It also covers library changes including extended futures, latches and barriers, task blocks, and text formatting.

In the C++20 Quick Syntax Reference, you will find short, simple, and focused code examples. This book includes a well-laid-out table of contents and a comprehensive index allowing for easy review. You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer.


What You'll Learn


Discover the key C++20 features

Work with concepts to constrain template arguments

Use modules as a replacement for header files

Take advantage of the three-way comparison operator

Create immediate functions using the consteval keyword

Make use of constexpr, constinit and designated initializers

Who This Book Is For


Experienced C++ programmers. Additionally, this is a concise, easily-digested introduction for other programmers new to C++.

PDF:

https://www.mediafire.com/file/367f86ydfizyzn5/C++20_Quick_Syntax_Reference__A_Pocket_Guide_to_the_Language%2C_APIs%2C_and_Library_4th_Edition.pdf/file


EPUB:

https://www.mediafire.com/file/0j2lfdalaangrro/C++20_Quick_Syntax_Reference__A_Pocket_Guide_to_the_Language%2C_APIs%2C_and_Library_4th_Edition.epub/file



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//