C++ Show and Tell - November 2022

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • snct-constraints

    Prevent whole classes of errors by constraining input parameters

    snct::Constrained

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • thread-pool

    A modern, fast, lightweight thread pool library based on C++20 (by DeveloperPaul123)

    Release link: https://github.com/DeveloperPaul123/thread-pool/releases/tag/0.5.1

  • treble

    A header-only C++ library for self-tuning functions. (by Chemiseblanc)

  • yacw

    Yet Another Curses Wrapper (YACW) -- a zero-abstraction C++ wrapper for Curses with a focus on safety using RAII, modules, exceptions and assertions

  • ore

    🪙 The Ore Programming Language (by itskarudo)

    I have a university project this year and me and some friends decided to write a programming language, it's still far from complete, hell it doesn't even have a parser yet. Also, we do realize it's pointless and probably won't be anything, but it doesn't hurt to have fun :)

  • BuzzBot

    A Linux/macOS/Windows application for tracking your favorite alcoholic drinks, using C++ & the Qt framework.

  • ooze

  • SaaSHub

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

    SaaSHub logo
  • FluidSimulation

    https://github.com/0ty/FluidSimulation (Youtube video inside)

  • task_timetable

    C++ library to execute or repeat user provided tasks at specified intervals.

  • StrToNum

    String to Number conversion constexpr library, for char and wchar_t strings.

  • valijson

    Header-only C++ library for JSON Schema validation, with support for many popular parsers

    https://github.com/tristanpenman/valijson A header-only C++ library for JSON Schema validation, with support for many popular parsers (RapidJSON, jsoncpp, etc). I just released v1.0 yesterday, after several years of pre-releases.

  • smolnes

    NES emulator in <5000 bytes of C

  • Pepper

    PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor. (by jovibor)

  • Forscape

    Scientific computing language

    I've been working on the Key CAS project (Imgur Screenshot), CAS being an acronym for Computer Algebra System, and "Key" a judiciously chosen title. This was my third time attempting CAS- this iteration was a huge improvement, but I still find it to be a damn hard problem. The GUI comes from the open source project Forscape, a scientific computing environment written in C++.

  • calculators

    Mathematical calculators in C++

    This C++ program (my first major project in C++) calculates the prime factorization of any positive integer up to 2^64-1 (18446744073709551615).

  • SaaSHub

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

    SaaSHub 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

  • Jsonifier, the Fastest and a New JSON Parsing/Serializing Library, in C++

    2 projects | news.ycombinator.com | 28 Aug 2024
  • Show HN: Sorcerer (YC S24) – Weather balloons that collect more data

    4 projects | news.ycombinator.com | 19 Aug 2024
  • Enum class improvements for C++17, C++20 and C++23

    3 projects | news.ycombinator.com | 4 Aug 2024
  • Compile-time JSON deserialization in C++

    4 projects | news.ycombinator.com | 9 Jul 2024
  • Reflection for C++26

    4 projects | news.ycombinator.com | 1 Jul 2024

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