Cpp11

Open-source projects categorized as Cpp11
+ C++ + Python + HTML + C

Top 23 Cpp11 Open-Source Projects

  1. CPlusPlusThings

    C++那些事

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. aria2

    aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.

    Project mention: Faster and More Reliable Hugging Face Downloads Using aria2 and GNU Parallel | dev.to | 2025-03-22

    aria2: A lightweight multi-protocol & multi-source command-line download utility.

  4. spdlog

    Fast C++ logging library.

    Project mention: 🚀 Zyn 1.0.2 Released — Smarter Builds, Powerful Debugging, Cleaner Workflow | dev.to | 2025-05-11

    📦 Add Dependencies with zyn add You can now easily add Git-based dependencies to your project using a simple command: zyn add https://github.com/gabime/spdlog

  5. modern-cpp-tutorial

    📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/

  6. modern-cpp-features

    A cheatsheet of modern C++ language and library features.

  7. simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

    Project mention: Make Ubuntu packages 90% faster by rebuilding them | news.ycombinator.com | 2025-03-18

    I think parsing once into a faster format (sqlite3 or parquet) would be more beneficial.

    https://simdjson.org/

  8. cpp-httplib

    A C++ header-only HTTP/HTTPS server and client library

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Modern-CPP-Programming

    Modern C++ Programming Course (C++03/11/14/17/20/23/26)

  11. awesome-modern-cpp

    A collection of resources on modern C++

    Project mention: Modern C++ – A collection of resources on modern C++ | news.ycombinator.com | 2024-08-15
  12. C++ REST SDK

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

  13. flecs

    A fast entity component system (ECS) for C & C++

    Project mention: Flecs – A fast entity component system (ECS) for C and C++ | news.ycombinator.com | 2024-10-19
  14. doctest

    The fastest feature-rich C++11/14/17/20/23 single-header testing framework

    Project mention: The Two Factions of C++ | news.ycombinator.com | 2024-11-24

    catch2 has become fairly bloated. doctest takes all of the best parts of catch2 without all the bloat and the end result is a test framework that is literally over 10x faster than catch2. It's also like 90% compatible with catch2 so porting your tests to it is pretty easy.

    Especially if you have a build process that always runs your unit tests, it's nice to have a very fast test/compile/debug loop.

    https://github.com/doctest/doctest

  15. LeetCode-Solutions

    🏋️ Python / Modern C++ Solutions of All 3540 LeetCode Problems (Weekly Update)

  16. cppinsights

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

  17. awesome-hpp

    A curated list of awesome header-only C++ libraries

  18. evpp

    A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.

  19. CLI11

    CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

    Project mention: Russ Cox is stepping down as the Go tech lead | news.ycombinator.com | 2024-08-01

    > I switched from C++ to C about 7 years ago and never looked back

    I'm definitely considering the same, and you're right - it's not C++ itself that appeals to me at all, it's the libraries. I'm not sure what C libraries I'd use for collections (instead of the STL and Abseil [0]), or in lieu of CLI11 [1] or Dear ImGui [2].

    [0] https://abseil.io/about/design/swisstables

    [1] https://github.com/CLIUtils/CLI11

    [2] https://github.com/ocornut/imgui

  20. cpp-cheatsheet

    Modern C++ Cheatsheet

  21. CppPrimer

    :books: Solutions for C++ Primer 5th exercises.

  22. 100ProjectsOfCode

    A list of practical knowledge-building projects.

  23. indicators

    Activity Indicators for Modern C++

  24. cmake-cookbook

    CMake Cookbook recipes.

  25. tabulate

    Table Maker for Modern C++ (by p-ranav)

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Cpp11 discussion

Log in or Post with

Cpp11 related posts

  • 🚀 Zyn 1.0.2 Released — Smarter Builds, Powerful Debugging, Cleaner Workflow

    1 project | dev.to | 11 May 2025
  • Faster and More Reliable Hugging Face Downloads Using aria2 and GNU Parallel

    3 projects | dev.to | 22 Mar 2025
  • The DOS 3.3 Sys.com Bug Hunt

    4 projects | news.ycombinator.com | 24 Feb 2025
  • Making a performant audio capture system⚡🚀💨

    3 projects | dev.to | 19 Feb 2025
  • C: Simple Defer, Ready to Use

    4 projects | news.ycombinator.com | 6 Jan 2025
  • Flecs – A fast entity component system (ECS) for C and C++

    1 project | news.ycombinator.com | 19 Oct 2024
  • Metalang99: Full-Blown Preprocessor Metaprogramming

    1 project | news.ycombinator.com | 30 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Cpp11 projects? This list will help you:

# Project Stars
1 CPlusPlusThings 41,087
2 aria2 37,542
3 spdlog 26,146
4 modern-cpp-tutorial 24,752
5 modern-cpp-features 20,410
6 simdjson 20,284
7 cpp-httplib 14,248
8 Modern-CPP-Programming 13,204
9 awesome-modern-cpp 12,298
10 C++ REST SDK 8,157
11 flecs 7,028
12 doctest 6,213
13 LeetCode-Solutions 4,875
14 cppinsights 4,261
15 awesome-hpp 3,731
16 evpp 3,668
17 CLI11 3,621
18 cpp-cheatsheet 3,333
19 CppPrimer 3,320
20 100ProjectsOfCode 3,293
21 indicators 3,179
22 cmake-cookbook 2,769
23 tabulate 2,009

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?