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/superpuero/kawa_ecs

Lightweight, fast, single-heaeder ecs library written in c++

blazingly-fast cpp cpp17 cpp20 ecs entity-component-system game game-development game-engine header-only

Last synced: 06 Oct 2025

https://github.com/jackm/jpeg-compressor

Automatically exported from code.google.com/p/jpeg-compressor

cpp jpeg jpeg-compressor jpeg-encoder

Last synced: 29 Jun 2025

https://github.com/beliumgl/datepp

Date & Time Library for C++11

cpp cpp11 date datetime

Last synced: 06 Oct 2025

https://github.com/costingh/client-server

C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets

client-server cpp socket-programming

Last synced: 31 Mar 2025

https://github.com/kuro337/imghttp

High Performance Multi Threaded C++ Image Processing Web Server

cpp

Last synced: 11 Jun 2026

https://github.com/puellaquae/direct2dkit

Direct2D 简单封装 / Wrapper for Direct2D

cpp direct2d win32

Last synced: 31 Dec 2025

https://github.com/suraj-encoding/cp-problems

Solved CP Problems

cp cpp dsa problem-solving

Last synced: 13 Jun 2025

https://github.com/ksb96/cpp-codes

A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp

2darrays arrays classes-and-objects constructor cpp do-while-loop for-loops getter-and-setter if-else-statements if-statements inheritance pointers return returnstatements strings switch-case userinput while-loop

Last synced: 07 Oct 2025

https://github.com/gusenov/examples-boost

:large_blue_diamond: Примеры использования библиотек Boost.

boost cpp examples json serialization

Last synced: 22 Apr 2026

https://github.com/vaithak/stable-marriage-problem

An implementation of stable marriage problem in C++.

cpp gale-shapley-algorithm stable-marriage stable-marriage-problem

Last synced: 07 Oct 2025

https://github.com/fantasy-peak/example

some examples of open source libraries,xmake management dependency

cpp example-project xmake

Last synced: 13 Apr 2026

https://github.com/skyzh/serialpb

Reliable packet transmission over serial interface

cmake cpp gtest serial

Last synced: 08 Oct 2025

https://github.com/deroyace/cpp-space

Programming in C++

cplusplus cpp cpp-programming

Last synced: 13 Jun 2026

https://github.com/muppetsg2/shapes-generator

This project is a console-based Shape Generator program written in C++. It allows the user to create and save a variety of 3D shapes.

3d 3d-shapes console-application cpp generator shapes shapes-generator

Last synced: 08 Oct 2025

https://github.com/eddmann/c3

Educational chess engine exploring chess programming techniques with modern C++23. Features magic bitboards, iterative deepening, alpha-beta pruning, transposition tables, and full UCI protocol support.

alpha-beta-pruning bitboard chess chess-engine cpp cpp23 educational negamax uci

Last synced: 13 Jan 2026

https://github.com/james-beans/wi4l

Litterally just a single window implemented in 4 languages.

c cpp python rust wi4l

Last synced: 08 Apr 2025

https://github.com/lourot/iqa-hello-world

Image Quality Assessment C Library Hello World

cpp example iqa

Last synced: 21 Jun 2026

https://github.com/mjlee111/qt_example

Simple QT based GUI examples.

cpp gui qt qt-examples

Last synced: 05 Jan 2026

https://github.com/veljkobogdan/exponentialnotationlib

A lightweight C++ library for handling exponentially large or small numbers using scientific notation (mantissa × 10^exponent).

cpp exponential exponential-notation header-only math math-library notation

Last synced: 16 Mar 2025

https://github.com/2023-anik/my_code_archive

Welcome to My_Code_Archive, where I showcase my CPP (C++) coding journey! Explore my solutions to various programming challenges and puzzles, from mastering data structures to crafting efficient algorithms.

algorithm-practice codechef-problems codeforces-problems cpp dsa-practice leetcode-problems problem-solving

Last synced: 31 Mar 2025

https://github.com/kibet-rotich/c-learning

A deep dive into C and C++ fundamentals, documenting my journey through K&R C, manual memory management, and custom data structures like BSTs.

binary-search-tree c cpp data-structures memory-management pointers

Last synced: 25 May 2026

https://github.com/yothgewalt/cat-feeder

An IoT subject project that is simple and doesn't require a lot of thought.

cpp docker mqtt nextjs

Last synced: 13 Apr 2026

https://github.com/vincentkims49/food-ordering-system

Food Order System with admin and customer panels.

cpp csharp java

Last synced: 07 May 2026

https://github.com/danielkrupinski/coinflip-cpp

Coin flip simulation program.

cpp

Last synced: 14 Mar 2025

https://github.com/rafaelbortolozo/pilhas

Implementação de Pilhas em C++ utilizando listas encadeadas para a matéria de Estrutura de Dados I - Instituto Federal Catarinense Campus Videira

cpp linked-list stacks

Last synced: 15 Mar 2025

https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab3

Laboratorio 3 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)

algorithms analysis congestion-control cpp famaf-unc flow-control lab matplotlib network omnetpp optimization python transport-protocols university-project

Last synced: 28 Feb 2025

https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab4

Laboratorio 4 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)

analysis cpp dijkstra-algorithm famaf-unc graph-topology lab matplotlib network omnetpp optimization python red-protocol routing-algorithm university-project

Last synced: 28 Feb 2025

https://github.com/gabryon99/chip8

Chip8 emulator using Modern C++ and SDL2.

cpp emulator sdl2

Last synced: 10 Sep 2025

https://github.com/flagarde/khaos

A C/C++ library to simplify cross-platform programming

c cpp cross-platform cxx predef

Last synced: 13 May 2026

https://github.com/isusbu/lisca

A static code analysis tool for investigating the Linux kernel source code.

clang code-analyzer cpp linux linux-kernel llvm

Last synced: 28 May 2026

https://github.com/hilbertcube/opengl-object-rendering

Render geometric shapes—including triangle, cube, sphere, and torus (donut) using OpenGL. This is a sample OpenGL graphics programming project built with CMake.

c cmake cpp glad glew glfw3 glm glut low-level opengl

Last synced: 10 Jun 2025

https://github.com/pr47h4m/datastructuresandalgorithmscpp

Repository Focuses On Implementation Of Data Structures And Algorithms In CPP

algorithms codejam cpp data-structures kickstart oop

Last synced: 09 Apr 2025

https://github.com/mohamed-samy26/flappy-bird-cpp-sfml

Remake for Flappy Bird game with custom made physics and 2 levels of difficulity

cpp game game-development physics sfml sfml-game

Last synced: 25 May 2026

https://github.com/jilliennelapid/binarytreestorage

Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.

binary-search-tree binary-tree cpp data-structures infile-outfile txt-files

Last synced: 15 Mar 2025

https://github.com/jilliennelapid/shuffledeckofcards

A C++ program using header files and classes to make "decks" of cards (from vectors).

classes-and-objects cpp header-files

Last synced: 15 Mar 2025

https://github.com/gmorales08/chip8emu

A CHIP-8 interpreter written in C++11

chip-8 chip8 chip8-emulator cpp cpp11 emulation emulator sdl2

Last synced: 30 Mar 2025

https://github.com/kuameh/clx-library

A simple library to help handle complex number arithmetic in C++ code.

cpp

Last synced: 16 Mar 2025

https://github.com/vladbologa/raytracer-cpp

Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck

cpp cpp17 eigen3 gtest raytracer raytracing

Last synced: 15 Jun 2025

https://github.com/sameetasadullah/dependency-analysis-and-speedup-code-snippets

Dependency Analysis is performed on some code snippets and they have been improved in speed if possible

cpp dependency-analysis dependency-types openmp openmp-parallelization parallel-processing parallel-programming speedup

Last synced: 15 Mar 2025

https://github.com/vcputtini/pflogentry

A small object library capable of interpreting the log entries generated by PFSense(tm) and manipulating this data.

analizer cpp cpp17 filterlog firewall lib library parse parser pfsense

Last synced: 14 Jun 2025

https://github.com/ripunjay42/minimum_spanning_tree_visualize_cpp

#Finding minimum spanning tree using Krushkal algorithm #Visualize the Graph using SFML library in c++..

cpp sfml-graphics-library stl

Last synced: 16 Mar 2025

https://github.com/kingston-kms/client-server

Examples of C++ Server and Client

client cpp gcc linux php server tcp

Last synced: 14 Apr 2026

https://github.com/sameetasadullah/count-threads-openmp

Program coded in C++ language to count and print total number of threads being used in an OpenMP code

cpp linux openmp parallel-programming threads ubuntu

Last synced: 21 May 2026

https://github.com/g4sasha/cpp-mazegenerator

I rewrote the code for the maze generator from vba to cpp

cpp maze-generator maze-solver

Last synced: 15 Mar 2025

https://github.com/mrglaster/sgdk-project-builder

A small utility that removes the need to enter a command in CMD each time when compiling an SGDK project

builder cpp sgdk sgdk-library utility

Last synced: 28 May 2026

https://github.com/nadimnesar/covid19-patient-management-system

Our repository contains a console-based Covid-19 patient management system implemented in C++, allowing users to add, search, delete, update, and display patient information. Manage patient records efficiently with this simple yet effective system.

cpp management-system

Last synced: 15 Mar 2025

https://github.com/tarikseyceri/connect4.cpp

Connect4 v2.0, This project is a game developed in four versions, C, C++, Java SE & Node.js, older to newer respect

connect4 connect4-cpp connect4-game cpp game game-development games

Last synced: 15 Mar 2025

https://github.com/olejek88/opc_hart

Universal Hart OPC server

cpp hart opc

Last synced: 06 Jun 2026

https://github.com/nkid00/24game

寻找 24 点的最佳解法。Find the best solutions of 24.

24game 24pointgame 24points cpp cpp17 mathematics

Last synced: 16 Mar 2025

https://github.com/bibekdhkl/100daysofdsa

#100daysofdsa

100daysofdsa cpp

Last synced: 31 Mar 2025

https://github.com/marcuwynu23/vcpkg-cmake-cpp-first-project-experiment

My First Experiment in developing and using vcpkg package manager in c++

cpp vcpkg

Last synced: 03 Sep 2025

https://github.com/sevdanurgenc/histogramcalculationbyparallelprogramming

Histogram Computing - Analysis Results By Serial and Parallel Programming

cpp histogram parallel-computing parallel-programming

Last synced: 14 Jul 2025

https://github.com/lmriccardo/ciciel

C++ General-purpose Custom Library

cpp library

Last synced: 10 Jun 2025

https://github.com/harshilshrivastava/chess_helper

A helper code written in C++ give the best move according to situation in Chess game

ai cpp

Last synced: 24 Mar 2025

https://github.com/gabygold67/buttontoswitch_stm32

An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior

button buttons cpp debounce debounce-button deglitch potentiometer-simulation pushbutton-library pushbutton-switch rtos-library stm32 stm32-library

Last synced: 01 Sep 2025

https://github.com/archismankarmakar/password-strength-check-electronjs-cpp

Password Strength Checker using ZXCVBN Algorithm in CPP and Electron JS frontend.

cmake cpp electron electron-app electronjs napi nodejs password password-safety password-strength zxcvbn zxcvbn-cpp

Last synced: 13 Apr 2026

https://github.com/shahank42/chip8-emu

(Work In Progress!) An interpreter and VM for the CHIP-8 programming language.

chip-8 chip8 chip8-emulator cpp cpp17 cpp20 emudev emulation emulator emulator-development

Last synced: 31 Mar 2025

https://github.com/liziwl/c-cpp-programming

Course codes and materials, Summer 2017

c cpp

Last synced: 10 May 2026

https://github.com/stwind/atcoder

Playing AtCoder

atcoder cpp

Last synced: 08 Apr 2025

https://github.com/euripedesrocha/tbpp

A simple test library for verilator

cpp fusesoc verilator verilog

Last synced: 23 Mar 2025

https://github.com/diath/hellspawn

Data editor for forgottenserver and otclient.

cpp editor game-development qt tool tools

Last synced: 28 May 2026

https://github.com/antonioberna/spectrum-analyzer

ESP32 Spectrum Analyzer using FFT (radix-2) in C++

cpp embedded engineering esp32 fft platformio radix-2 spectrum-analyzer

Last synced: 10 May 2026

https://github.com/oflore12/introduction-to-programming

MC Fall 2019 C++ CMSC140

cmsc140 cpp mc

Last synced: 28 Feb 2025

https://github.com/patrickfc17/voyagerwc

File Explorer for Gnome

cpp gnome-desktop gtkmm4 mesonbuild

Last synced: 07 Apr 2025

https://github.com/laateef/salsabil

Salsabil is an open source C++ persistence framework provides a unified way to interface with databases and performs object relational mapping (ORM) for your plain old objects.

connector cplusplus cpp cpp11 database driver orm persistence rdbms sql sqlite

Last synced: 10 Apr 2026

https://github.com/pechinkin/2nd-database-client

client for storing dates of birthday and zodiac sign recognising

cmake cpp

Last synced: 31 Mar 2025

https://github.com/ocl-org/fix

The Financial eXchange Protocol C++ Library.

cpp fintech fix library

Last synced: 13 Jan 2026

https://github.com/palak-463/tradeflash

Your one stop destination to check, compare, and visualize stocks and cryptocurrencies. 📊

api bootstrap c cpp css cython flask html javascript python

Last synced: 10 Apr 2026

https://github.com/seigtm/prime-and-perfect-numbers

A simple C++ Qt program that lets you find out if a number is Prime or/and Perfect.

cpp cpp-qt homework homework-assignments homework-exercises perfect-numbers prime-numbers prime-numbers-calculation qt qt-cpp qt5 qtcreator

Last synced: 20 Apr 2025

https://github.com/frc5024/basebot

Robots! Quickly.

arm cpp frc wpilib

Last synced: 11 May 2025

https://github.com/alex-stone-github/frc_code

Rock Solid Robotics "official" production and experimentation mass code repository.

cpp first-robotics-competition frc frc-c-plus-plus frc-charged-up frc-robot

Last synced: 20 Jan 2026

https://github.com/ajisubarkah/struktur-data

Introduction to Data Structures and Algorithms in C++

cpp cpp11 cpp14

Last synced: 06 Jun 2026

https://github.com/gabrielspassos/c-plus-plus-sandbox

:heavy_plus_sign: :heavy_plus_sign: C++ POCs and Tests repo

cplusplus cpp

Last synced: 15 May 2025

https://github.com/mubarizahmed/ros-vehicle

This is a project to that intends to explore the world of vehicular automation through the design and creation of a differential drive robot.

arduino autonomous-robots cpp js mechatronics robotics ros

Last synced: 11 Apr 2026

https://github.com/yohhoy/malloc-client-cpp

C++ Client for malloc REST Server

cpp jokes-api mdspan

Last synced: 02 Jul 2025

https://github.com/sileneer/ece-project

An Arduino project to control the car to travel through a maze using ultrasonic and infrared red sensors.

arduino cpp electrical-engineering electronics-engineering

Last synced: 28 May 2026

https://github.com/djoezeke/mytoml

Mytoml - Simple and Fast Tom's Obvious, Minimal Language (TOML) Parser for Mordern C/C++.

c configuration cpp deserialize header-only morden parser serializer toml toml-config toml-parser

Last synced: 02 Apr 2026

https://github.com/stellardx/cspaceengine-project-vs-edition

A simple C++ static library for astronomic calculation and modding SpaceEngine

astronomy astronomy-library cpp library spaceengine

Last synced: 23 Apr 2025