An open API service indexing awesome lists of open source software.

C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

https://github.com/the-last-cookie/stringcalc

Usage and calculation of big numbers as strings

big-numbers cpp math strings

Last synced: 26 Oct 2025

https://github.com/milind220/ball-balance

A PID algorithm controlled ball balance that returns a ball to a set point when it's pushed around. My first real robotics project!

arduino ball-balancing-pid ball-balancing-platform control-theory cpp pid-control robotics

Last synced: 05 May 2026

https://github.com/lebrancconvas/shape-of-moral

Project doing on OpenGL with C++.

cpp glfw graphics-programming opengl xcode

Last synced: 16 Apr 2026

https://github.com/hxndev/implementing-linux-cl-utility-grep

CL = Command Line. GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string

algorithm command-line complexity cpp grep linux pattern search time-complexity-analysis utility

Last synced: 05 May 2026

https://github.com/nazavode/meetupcpp-dec-2018

Stuff for the talk "Understanding performance with Google Benchmark" at the Italian C++ Community meetup @ Modena, Italy

conference-talk cpp google-benchmark meetup modena optimization

Last synced: 05 May 2026

https://github.com/nicolachoquet06250/tools_library

Constitution d'une liste d'outils, répos, d'idées d'apps, challanges ou tout autre ressource pour s'améliorer en programmation peux importe son niveau.

clang cpp css golang java javascript nim-lang nodejs php python3 ruby rust shell typescript

Last synced: 01 Apr 2026

https://github.com/sambhav228/data_structure_algorithm

A repository which consists of the collection of various Data Structures and Algorithms implemented in various Programming Languages.

c cpp java python statistics

Last synced: 04 May 2026

https://github.com/ferhatgec/command

Command, ::process::Command like syscalls in C++.

c command cpp library process rust single-header stdlib syscall system

Last synced: 04 May 2026

https://github.com/budchirp/calcplusplus

TUI calculator written in C++ using FTXUI

calculator cmake cpp ftxui

Last synced: 06 Mar 2026

https://github.com/mguludag/enum_sequence

C++'s integer sequence for enums

cpp cpp11 enum

Last synced: 18 Jun 2026

https://github.com/h-vance/algorithmic-trading-engine

Low-latency execution framework supporting quant-driven strategies, featuring sub-10ms response times, dynamic risk parity modeling, and optimized order flow across fragmented markets.

algorithmic-trading aws cpp execution-engine finance fintech hft low-latency python redis risk-parity trading-bot

Last synced: 03 May 2026

https://github.com/mortennobel/simplehmesh

A simple implementation of the halfedge mesh data structure

cpp

Last synced: 17 Jun 2026

https://github.com/actionanand/cppgraphicsexamples

practising C++ graphics (turbo c++) using `graphics.h` file.

c cgraphics cpp cppgraphics

Last synced: 03 May 2026

https://github.com/hxndev/implementing-grep-using-naive-search

GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.

algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility

Last synced: 03 May 2026

https://github.com/madcato/neat-libtorch

C++ NEAT implementation using LibTorch.

artificial-intelligence cpp libtorch machine-learning ml neat pytorch

Last synced: 02 May 2026

https://github.com/ohjurot/cppproject-expenses

C++ Project (YouTube Video) on "Expenses"

cpp project tutorial youtube

Last synced: 02 May 2026

https://github.com/thetallprogrammer/password-generator

Falkenberg's Password Generator is a secure and customizable tool designed to generate strong passwords with ease. Adjust complexity and length, exclude specific symbols, and copy your password with one click. This standalone generator is part of a larger password manager project currently in development.

cpp desktop-app desktop-application password-generator password-generator-cpp privacy qt security tool tools user-interface

Last synced: 24 Jan 2026

https://github.com/imtsuki/notc

NotC Language.

compiler cpp csharp

Last synced: 02 May 2026

https://github.com/hxndev/tcp-connection-to-record-attendance

TCP Client Server Model that records the attendances of faculty and staff.

c client-server cpp tcp

Last synced: 02 May 2026

https://github.com/dylanbt928/raycasting

💡 Raycasting engine using C++ and GLFW to simulate 3D perspective rendering from 2D maps.

2d 3d c cmake cpp game glfw raycasting

Last synced: 16 Jun 2025

https://github.com/antosser/prime-number-calculator-cpp

Calculate prime numbers at insane speeds

claculator cpp prime prime-numbers primes

Last synced: 30 Oct 2025

https://github.com/lucasbotang/concurrent_traffic_simulation

Udacity C++ Project Concurrent Traffic Simulation

concurrency cpp traffic-simulation

Last synced: 20 May 2026

https://github.com/nightfall-security/dump

dump section of a PE & display it properly

cpp dump pe sec windows

Last synced: 11 Apr 2025

https://github.com/wzslr321/algorithms_and_data_structures

C++ code which I will wrote during my hopefully fruitful relationship with competetive programming

algorithms algorithms-and-data-structures competitive-programming cpp data-structures

Last synced: 07 May 2025

https://github.com/mideohub/complaint-management-system

A console-based application to manage customer complaints using manually implemented data structures: linked list (employee management), queue (complaint storage), stack (problem summaries), and priority queue (urgent complaints). Supports Customer, Employee, and Admin roles with file-based data persistence.

aast clion complaint-management-system console-application cpp data-structures data-structures-project linked-list priority-queue queue stack

Last synced: 14 May 2025

https://github.com/sandarutharuneth/cpps

Collection of basic C++ programs. All C++ beginner collaborators are welcome to add there simple tools here.

beginner-project coding collaboration cpp programming programming-language

Last synced: 28 Oct 2025

https://github.com/cetuuus/LoginAndRegistration

Login & Registration system using leveldb in C++

app cpp database leveldb login terminal

Last synced: 06 Apr 2025

https://github.com/Jyotibrat/CompeteX

Adding all the programs which I have done while practicing Competitive Coding on different Platforms.

codechef codeforces competitive-programming cpp cpp17 git github-config python python3

Last synced: 31 Oct 2025

https://github.com/omerap12/anomaly-detector

Simple anomaly detector for "Advanced Programming 1" in C++

biu cpp

Last synced: 04 Apr 2025

https://github.com/johancdev/bomberman

💣 Recreation of Bomberman arcade game using Raylib and C++. This project has been done with 5 other students and signed the end of my 2nd year at Epitech.

bomberman cpp ecs raylib

Last synced: 13 Apr 2025

https://github.com/dadavidtseng/daemonengine

Daemon Engine is an C++20 game engine featuring real-time V8 JavaScript scripting with hot-reload capabilities, DirectX 11 rendering pipeline, multithreaded JobSystem for parallel processing, NetworkSubsystem for multiplayer experiences, resource management with caching, and integrated FMOD 3D audio system.

cpp directx11 dx11 game-engine logger obj objloader tcp v8

Last synced: 03 May 2026

https://github.com/Codepth-Technologies/FB-Transcoder

Implementation of FB Transcoder

cpp fb java python3 transcoder

Last synced: 18 Jul 2025

https://github.com/x-rays5/cpp-util

repository with handy cpp functions

cpp utilities

Last synced: 10 Apr 2025

https://github.com/jcksnvllxr80/sidescroller

SideScroller Demo in Unreal Engine 5.2

cpp games sidescroller unreal-engine

Last synced: 12 Sep 2025

https://github.com/vtan/voxel

Voxel graphics toy project in C++ & OpenGL

cpp opengl voxel

Last synced: 15 May 2026

https://github.com/thomasjo/cudalicious

C++ header library intended to reduce CUDA boilerplate code

boilerplate cpp cuda header-only

Last synced: 19 May 2026

https://github.com/am2022/notepad

a simple notepad with c++ and qt

c c-plus-plus cpp gui notepad qt qt-framework qt-gui text-editor

Last synced: 05 Feb 2026

https://github.com/im-rises/particlesimulator

10 000 000 particles simulation made in C++ with OpenGL

cplusplus cpp engine imgui opengl particle-simulation particles simulation

Last synced: 17 May 2026

https://github.com/maximilianfeldthusen/simpleusermanagementsystem

The code implements a simple user management system using classes, exception handling, and smart pointers for memory management.

classes cpp exception-handling user-management

Last synced: 07 Mar 2026

https://github.com/localizethedocs/mlx-docs-l10n

Localization of The MLX Documentation

cpp crowdin l10n mlx python sphinx

Last synced: 17 May 2026

https://github.com/localizethedocs/cmake-docs-l10n

Localization of The CMake Documentation

clang cmake cpp crowdin l10n sphinx

Last synced: 17 May 2026

https://github.com/tebogoyungmercykay/object_orientated_programming_in_cpp

C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

access-control-device array-of-objects binary-heap classes cpp doubly-linked-lists encryption-and-decription enumeration genetic-algorithm inheritance linear-data-structures matrix-arithmetic operator-overloading pointers pointers-to-objects singly-linked-lists stacks templates vectors

Last synced: 13 Apr 2025

https://github.com/0xkalvin/wintermute

A C++ chess game implementation :european_castle:

chess cpp

Last synced: 23 Jun 2026

https://github.com/akshat2602/sem3_oopl

Assignments for SPPU Sem 3 Comp Engineering OOPL (Object Oriented Programming Lab)

cpp oop

Last synced: 05 Apr 2025

https://github.com/humbertodias/sdl-openmugen

Open source King of Fighters code

cpp emsdk mugen sdl2

Last synced: 13 May 2025

https://github.com/matheusvidal21/datastructurescpp

Implementações eficientes de estruturas de dados em C++ para aprimorar a organização e desempenho dos programas. Explorando listas encadeadas, pilhas, filas, e muito mais.

abstractdatatype cpp datastructures

Last synced: 18 Mar 2025

https://github.com/martuscellifaria/ahoicpp.nvim

A.H.O.I. Labs (Alex's Heavily Opinionated Interfaces) C++ Project plugin for Neovim

bootstrapper build-tool cmake cplusplus cpp cross-platform lua neovim neovim-plugin project-management project-scaffolding

Last synced: 20 Apr 2026

https://github.com/unknown-stryker/simd-memory-algorithms

C++ SSE2/AVX/AVX512 memset, memcpy, and memmove

avx avx512 cpp memcpy memmove memset simd sse x86-64-simd

Last synced: 05 May 2025

https://github.com/gastonmorixe/lib-artnet-4-cpp

ArtNet 4 Library in C++ - Modern Lighting DMX Protocol

artnet cpp dmx lighting

Last synced: 29 Oct 2025

https://github.com/y1yang0/libfco

A fast coroutine library for C++

asymmetric coroutine cpp

Last synced: 30 Mar 2025

https://github.com/nelsonzhao/algorithms_and_data_structures

Algorithms and data structures implemented using C++

algorithm cpp datastructures

Last synced: 11 Apr 2025

https://github.com/sudhanva-nadiger/dsa

Leetcode and GFG solved questions!

cpp dsa gfg go js leetcode

Last synced: 04 Apr 2025

https://github.com/ferhatgec/gechtest

gechtest, single header unit testing library.

cpp cpp20 gech unit-testing

Last synced: 18 Feb 2026

https://github.com/sionpixley/sion-vector

Creating a custom vector using C's malloc, realloc, and free.

array cpp cpp14 list vector

Last synced: 27 Mar 2025

https://github.com/maudzung/extended-kalman-filter-cpp

Extended Kalman Filter Project using C++

cpp kalman-estimator kalman-filter kalman-tracking

Last synced: 19 May 2026

https://github.com/ripred/profiler

Easily profile your Arduino functions to see how much time they take. The output can be disabled and enabled at runtime. Very lightweight. Optional output pin debugging and custom text output supported too.

arduino arduino-library cplusplus cpp profiling profiling-library utility-library

Last synced: 17 May 2026

https://github.com/wx257osn2/clockwork_base32_cxx

Implementation of Clockwork Base32 for C++.

base32 cpp cpp17

Last synced: 07 Jun 2026

https://github.com/astrodynamic/multilayerperceptron-in-qt-cpp

MultilayerPerceptron Project is a C++ implementation of a multilayer perceptron capable of classifying handwritten Latin alphabet images with 2 to 5 hidden layers. Built with the MVC pattern and Qt library, it requires C++17, CMake, Qt5 Widgets/Charts, and Google Test library. The program can be customized and features options.

cmake cpp cpp-programming cpp17 gui image-classification machine-learning makefile mlp multilayer-perceptron multilayer-perceptron-network neural-network qt ui

Last synced: 08 May 2026

https://github.com/encelo/pmtracer

Poor Man's Tracer is a very simple and minimal ray tracing and path tracing library

cornell-box cpp cross-platform global-illumination library pathtracer pathtracing raytracer raytracing

Last synced: 04 Apr 2025

https://github.com/waqqas/staticvisitor

Sample project to demonstrate Visitor pattern with static polymorphism.

cpp cpp11 design-patterns polymorphism static-polymorphism visitor-pattern

Last synced: 12 Sep 2025

https://github.com/pentalpha/scp-bot

Working prototype of an application to auto-synchronize files and folders across computer systems using SCP.

cpp cpp11 file-management file-sharing file-sync file-synchronization scp socket-io ssh tcp threads

Last synced: 15 May 2026

https://github.com/mohitjaiswal28/programming-lab

Course: Programming Lab (Second Year - 3rd Semester 2022-2023)

coding cpp programming programming-lab

Last synced: 12 Oct 2025

https://github.com/zpl-c/track

Native C99 event tracking library.

c c99 cpp curl desktop iot library mobile native segment

Last synced: 18 Feb 2026

https://github.com/pingzilao/zookeeper_client_design_manual

zookeeper client sdk 开发必备 指南 ,C++,C, java, golang,go, 服务注册,服务发现,负载均衡,分布式锁

c client cpp go golang java zksdk zookeeper zookeeper-client

Last synced: 17 Jan 2026

https://github.com/thepatrickniyo/banking-service-challenge

Building a banking service out of c++ 🏦

cpp

Last synced: 17 May 2026

https://github.com/ifera/pathmapper

A data structures project utilizing Dijkistra algorithm and AdjacencyList to find the shortest path between two nodes.

adjacency-list cpp datastructures dijkistra-algorithm eme nust opensource path-mapping shortest-path-algorithm

Last synced: 09 Apr 2025

https://github.com/demwafflez/cuda-2d-softbody-physics-simulation

Handcrafted from scratch! Felt and dealt with every single one of those thousand ACCESS_VIOLATION!

cpp cuda gpu-computing opengl physics-2d physics-simulation softbody-physics softbody-simulation verlet-physics

Last synced: 02 Mar 2025

https://github.com/datejer/cpp

C++ exercises for school.

cpp school

Last synced: 04 Apr 2025

https://github.com/foxocorp/foxochat-desktop

Desktop client of FoxoChat

cpp desktop foxogram qt

Last synced: 25 Jul 2025

https://github.com/neko-box-coder/cppoverride

Override any functions you want, just like mocking but better

cpp cpp11 mock mocking unit-test unit-testing

Last synced: 13 Apr 2025

https://github.com/jjones646/utf8-cpp

A clone of the UTF8-CPP library by Nemanja Trifunovic

cpp encoding portable portable-library utf-8

Last synced: 02 Apr 2026

https://github.com/madladsquad/untitledi18n

A powerful internationalisation(i18n) library

c cpp i18n utility-library

Last synced: 11 Apr 2025

https://github.com/yaozhenghangma/messaging

Messaging is a modern C++20 MPI wrapper.

cpp mpi

Last synced: 29 Oct 2025

https://github.com/yaozhenghangma/hybrid_programming

Tutorials about hybrid programming using C++ and Python

cpp hybrid-programming mpi4py pybind11 python

Last synced: 14 May 2026

https://github.com/rbergen/r136

(Originially DOS-based) text adventure a school friend and I created in 1998.

borland-cpp c cmake cpp game ncurses pdcurses visual-studio

Last synced: 19 Mar 2025

https://github.com/shawonbarman/beecrowd-problems-solutions

I have solved each problem in my own way using C++, Java, Python, PHP, and JavaScript. My profile link: https://www.beecrowd.com.br/judge/en/profile/556748

cpp java javascript php python

Last synced: 13 Jul 2025

https://github.com/ttldtor/snippets

TTLDTOR code "snippets"

cnippets cpp ttldtor

Last synced: 14 May 2025

https://github.com/indeemasoftware/qpredix

This is Qt/C++ SDK for Predix Ge services API (https://www.predix.io/) developed by Indeema Software Inc.

cpp industrial ingest-data predix predix-cloud predix-uaa qpm timeseries-service

Last synced: 18 May 2026

https://github.com/scyth3-c/aprende-node-api

mira conmigo los addons en Node.js en español - en proceso

cpp node-addon node-api node-gyp spanish tutorials v8

Last synced: 27 Mar 2025

https://github.com/lukechu10/ultimatetictactoe-gui

A UWP GUI application for Ultimate TicTacToe

ai cpp ultimate-tic-tac-toe uwp winrt-uwp xaml

Last synced: 20 Jan 2026

https://github.com/giulioz/demoeffects

👾 Demoscene inspired effects for SDL (C++)

3d amiga cpp demoscene graphics sdl twister

Last synced: 02 Aug 2025