What can be done with C++?

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

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

    A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.

  • Well, the compiler for my programming language is written in standard C++, using no external frameworks. It is 5'500 lines of code: https://github.com/FlatAssembler/AECforWebAssembly.git Something simpler, but only slightly less exciting, the program that converts musical notes stored in a text file to WAV files can be written in 150 lines of code in C++, again using no frameworks: https://github.com/FlatAssembler/Notes-To-WAV-converter/blob/master/convertNotesToWAV.cpp

  • Notes-To-WAV-converter

    Discontinued A program that converts musical notes stored in a text file into WAV files. I know this is not a good Git repository.

  • Well, the compiler for my programming language is written in standard C++, using no external frameworks. It is 5'500 lines of code: https://github.com/FlatAssembler/AECforWebAssembly.git Something simpler, but only slightly less exciting, the program that converts musical notes stored in a text file to WAV files can be written in 150 lines of code in C++, again using no frameworks: https://github.com/FlatAssembler/Notes-To-WAV-converter/blob/master/convertNotesToWAV.cpp

  • 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