Ask HN: Best way to learn C++ in 2022

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cppinsights

    C++ Insights - See your source code with the eyes of a compiler

  • > https://cppinsights.io/ it's a must so you can investigate what gets generated by templates behind the scenes.

    > http://eel.is/c++draft/ bookmark this, you will need it!

    Now, about books I would suggest the latest "A tour of C++" by Bjarne Stroustrup; it's ideal for experienced programmers that want to learn modern C++ rather fast.

    Other books would be Scott Meyers' Effective Series, Andrei Alexandrescu and Herb Sutter are a must, and of course Jason Turner's "C++ Weekly" series [1]; of course apart from the books, the links I have originally shared are more than enough to cover everything around C++.

    [1] https://www.youtube.com/c/lefticus1/videos

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C++20 Idioms for Parameter Packs

    1 project | news.ycombinator.com | 27 Feb 2024
  • Why does ![]{} equate to 0?

    1 project | /r/cpp_questions | 14 May 2023
  • BitMasks in 2023

    1 project | /r/cpp_questions | 17 Feb 2023
  • Question on a For each loop.

    1 project | /r/cpp_questions | 1 Sep 2022
  • Can anyone recommend a good book/resource on C++/C++ compilers? With detailed discussions of what happens "under the hood".

    1 project | /r/cpp_questions | 13 Aug 2022