C++20
DRANK

C++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.

leanpub.com
Related Topics: C++
1 comments
    • C++ 技術ブログ Modernes C++ の著者による C++20 解説書『C++20: Get the Details』が発売
    • 内容は 500 ページ超、200 個の実行可能なサンプルコードを含む
    • DRMフリーの PDF をダウンロードできる e-book 版が $33.00~
    • (読んでみた感想)
      • 1 冊で C++20 の新機能を網羅的・体系的に通読できるのが便利。Concurrency, Coroutines の説明が手厚い。各記事の最後に用意されている要約 ("Distilled Information" という項) が的確にまとまっていて良い