Projects ideas to learn C++/OOP

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

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

    Godot Engine – Multi-platform 2D and 3D game engine

  • Godot is a good one! (https://github.com/godotengine/godot)

  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • Both the GNU project and the LLVM project have their own implementations of the C++ standard library, and they're always happy to recieve improvements. (The GNU project doesn't have a github, they use their own methods of doing stuff, but you can probably find a mailing list to ask on if you want to contribute to `glibc++`)(LLVM `libcxx`: https://github.com/llvm/llvm-project/tree/main/libcxx)

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

    RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

  • google's regex library: https://github.com/google/re2

  • CPython

    The Python programming language

  • there's a small amount of C++ present in CPython, if you want to contribute to that. https://github.com/python/cpython/

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