Is there a Rust Book equivalent for C++?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

    https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines — this is set of rules to learn before writing anything to production. Written by language author himself.

  • cppreference-doc

    C++ standard library reference (by p12tic)

    https://en.cppreference.com/ — your main source of information. Use it for everything, even for most basic stuff like vectors. Pay attention to the word "undefined" every time when you see it.

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

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