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/matuszewski/cpp-basics

A bunch of simple C++ console programs

cpp

Last synced: 12 Sep 2025

https://github.com/emrecancorapci/sfml-timbergame

Basic C++ / SFML game which is a clone of a game named Timberman

cpp cpp-game game game-development sfml sfml-cpp sfml-game

Last synced: 11 May 2025

https://github.com/anuragnatoo/com301p

Operating Systems Practice Lab

c cpp operating-systems

Last synced: 18 May 2026

https://github.com/avakar/wtf8

Convert to and from Wobbly UTF-8

cpp utf-8 wtf-8

Last synced: 03 Jul 2026

https://github.com/fujiwarachoki/todo-list-cpp

ToDo Application with GUI written in C++ and QtCreator.

cpp qtcreator todo

Last synced: 03 Jul 2026

https://github.com/syedzawwarahmed/data-structures

This repository contains algorithms implementing the basic data structures.

c cpp data-structures-and-algorithms

Last synced: 18 May 2026

https://github.com/gnuwilliam/yay-engine

C++ Game Engine from scratch

cpp game game-engine

Last synced: 21 Jul 2025

https://github.com/emsar69/mnist-ai-without-external-ai-libraries

A pure C++ implementation of an MNIST digit classifier without using external machine learning libraries. This project demonstrates how to build a simple neural network for the MNIST dataset.

ai c classification cpp machine-learning mnist

Last synced: 18 May 2026

https://github.com/0xlay/XStar

:window: The library for windows developers. (MSVC, С++17, WDK 10)

cpp drivers kernel kernel-driver windows

Last synced: 10 Mar 2025

https://github.com/crafterkolyan/competitive-programming-algorithms

This repository contains algorithms for competitive programming. It was created in order to fix wrong codes on E-maxx.

algorithms competitive-programming cpp

Last synced: 05 Apr 2025

https://github.com/basilysf1709/pitch-shifter

audio pitch shifter in c++

audio codec cpp

Last synced: 11 May 2025

https://github.com/jfet97/real_array

This template class is being created to access to the n-th element of an array using [n] instead of [n-1]. I'm creating an useless new type to replace arrays.

cpp

Last synced: 17 Jun 2026

https://github.com/josedavidss/aed2.garbagecollector-simulation

Trabajo para el curso de Algoritmos y Estructuras de Datos 2. La idea es hacer una simulación sobre la funcionalidad real de un "garbage collector" en un lenguaje de programación utilizando el lenguaje de programación C++.

cpp garbage-collector

Last synced: 13 Jun 2026

https://github.com/srijanmukherjee/minigolf

A golf game made using SDL

cpp game-development sdl2

Last synced: 25 Jun 2025

https://github.com/rdvdev2/advocat

Per a facilitar la feina amb el jutge

cpp fib jutge ninja pro1 pro1-fib upc

Last synced: 05 Apr 2025

https://github.com/orgh0/highperformancecnn

Implementation of a High Performance CNN for MNIST dataset

cnn cpp cuda

Last synced: 18 May 2026

https://github.com/danielgospodinow/alienattack

Single-player and Multiplayer arcade game similar to Space Invaders

ai ai-bots ai-players cpp linux multiplayer multiplayer-arcade-game sdl sdl2 single-player space-invaders

Last synced: 15 May 2026

https://github.com/gecko-robotics/messages

reads a message file and creates C++ and Python messages

cpp messages python3 robotics serialization toml

Last synced: 07 May 2026

https://github.com/rei-san001/codeforces-solutions

My solutions for Codeforces problems in C++. Happy to help you

codeforces-solutions competitive-programming cpp problem-solving solutions

Last synced: 29 Mar 2025

https://github.com/diable201/grokking_algorithms

Code from the book "Grokking Algorithms" in Python3 and C++

algorithms-and-data-structures cpp grokking-algorithms python3

Last synced: 18 May 2026

https://github.com/jakesmd/excelstepper

An excellent Arduino library for stepper motor control, offering simplicity, speed, and precise acceleration for smooth movement.

arduino arduino-library cpp stepper-library stepper-motor stepper-motor-control

Last synced: 05 May 2026

https://github.com/mssm199996/pi-smarthouse-monitoring

Java spark web application for raspberry pi for smarthouse monitoring

arduino cpp google-guice java11 maven raspberry-pi sparkjava websocket wemos-d1 wifi

Last synced: 07 Apr 2026

https://github.com/macr0nerd/libeztp

A C++ library that has functionality for a multitude of tabletop games. Has D&D 5e SRND content built in by default.

cmake cpp dnd5e dungeons-and-dragons game-development gaming gpl gplv3 library open-source opensource tabletop tabletop-gaming

Last synced: 18 May 2026

https://github.com/rayzhuca/eggshell-db

Relational database model built in C++

cpp dbms

Last synced: 05 Apr 2025

https://github.com/derpius/gmfs

Small library to abstract away the Source SDK for accessing the filesystem

cpp garrysmod

Last synced: 25 Jun 2025

https://github.com/anmamun0/dsa-algo-workbook

DSA with C++: A collection of data structures and algorithms in C++ for learning and mastering core DSA concepts.

algorithms c cpp dsa

Last synced: 05 Apr 2025

https://github.com/a-katopodis/vulkanflash

A wrapper around vulkan to make experience easier for new users

cpp gpu graphics shaders

Last synced: 28 Mar 2025

https://github.com/tom474/learn_cpp_rmit

[RMIT 2023C] EEET2482 - Software Engineering Design - Learning Resources

algorithms cpp data-structures object-oriented-programming

Last synced: 04 Mar 2025

https://github.com/nvarner/physiwell

Short choose-your-own-adventure game created as a final project for Honors 240 Wellness at the University of Michigan

choose-your-own-adventure cpp game

Last synced: 13 Sep 2025

https://github.com/tamiko-n/library-management-system

This Library Management System is a comprehensive C++ application designed to manage a library's inventory, including Books, Magazines, Research Journals, and FYP Theses. The system employs object-oriented programming principles such as inheritance and polymorphism to create a modular and extensible application.

cpp lms

Last synced: 25 Jun 2025

https://github.com/mcwertgaming/foxspace

Foxspace - An universal C++ library for helping out at everyday programming

cpp fox hpp library universal

Last synced: 04 Mar 2025

https://github.com/corentin-mzr/geometry-wars-sfml

Implementation of a Geometry Wars game using SFML and C++. Based on the Game Programming course COMP4300 by Dave Churchill

cpp game geometry-wars sfml sfml-game

Last synced: 05 Jun 2026

https://github.com/deryaxacar/42-cpp_04

This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.

42 42-cpp 42-cpp-module 42-cpp-modules 42born2code 42cursus 42projects 42school c-plus-plus cpp cpp-all cpp-library cpp-programming cpp-programming-language cppmodules

Last synced: 04 Mar 2025

https://github.com/mrdrivingduck/the-annotated-stl-sources-notes

⚒️ Notes of reading The Annotated STL Sources (using SGI STL).

cpp notes sgi-stl

Last synced: 04 Jul 2026

https://github.com/cantro93/ntry

Upgraded entrypoint for C++ apps

cpp cpp14 entrypoint library

Last synced: 16 Mar 2026

https://github.com/udontur/judgel

⚖️ Simple local C++ CLI judge

cpp easy-to-install easy-to-use judge local simple

Last synced: 21 Mar 2025

https://github.com/masflam/mtga

Make Tuples Great Again! – sfinae gore

cpp sfinae tuples

Last synced: 01 Jul 2026

https://github.com/san7o/cchecker

Borrow checker in C++

borrow-checker cpp

Last synced: 13 Sep 2025

https://github.com/fl444mingo/fl4-cs131-01-03-error

Ch. 1, Lesson 3, Errors

cpp learning learning-cpp

Last synced: 21 Mar 2025

https://github.com/fl444mingo/fl4-cs131-02-00

Ch. 2, lesson 0, in-class work

cpp learning learning-cpp

Last synced: 21 Mar 2025

https://github.com/aeckar/libnumsys

Number system conversion library and command-line utility for C/C++

binary c cpp hexadecimal number-converter

Last synced: 19 May 2026

https://github.com/capp-adocia/hmcw

这是一款Minecraft风格的桌面小工具

application cpp minecraft qt

Last synced: 04 Mar 2025

https://github.com/isaka-james/data-structure-tutorials

This is the repulsitory which contains c++ programs which I write to practice the data structure and algorithms.

cplusplus cpp data-structures data-structures-and-algorithms practice

Last synced: 21 Mar 2025

https://github.com/sameetasadullah/covid-stats-algorithms

A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc

algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence longest-decreasing-subsequence longest-increasing-subsequence visual-studio

Last synced: 19 May 2026

https://github.com/ysh-x/snake-game

Snake game using ncurses GUI Programming library in CPP

cplusplus-11 cpp cpp11 game-development gamedev ncurses-library ncurses-tui

Last synced: 13 Mar 2025

https://github.com/marklagodych/brainstorm

An optimized and extended Brainfuck interpreter

brainfuck brainstorm characters cpp optimization

Last synced: 13 Jun 2026

https://github.com/aldrinmathew/axe

Simple HTTP web server framework for C++...

cplusplus cplusplus-20 cpp cpp20 framework server web webserver

Last synced: 21 Mar 2025

https://github.com/niu-cs/niu-cpp

112-程式語言-吳汶娟

cpp niu

Last synced: 11 Sep 2025

https://github.com/piyueh/simpoly

Simple Polynomial Toolbox for C++

cpp polynomial

Last synced: 04 Jul 2026

https://github.com/afaikafk/bdm

C++ math library for graphics programming

3d-math c-plus-plus-17 cpp cpp-library cpp17 header-only mathematics matrix quaternion vector

Last synced: 04 Jul 2026

https://github.com/kojobailey/xfbin-parser-plusplus

Unpacks CyberConnect2 XFBIN files and converts their data into more usable and editable formats.

binary cc2 cpp cyberconnect2 drag-and-drop jjba jojo json parser tool xfbin

Last synced: 22 Jul 2025

https://github.com/arsalan-dev-engineer/id_generator

A basic id generator with C++. This program will return the first index of the first and last name and combine it with numbers.

basic-programming beginner-project cpp functions generator learning number programming

Last synced: 04 Jul 2026

https://github.com/cemoktra/cpprest

collection of rest apis for cpp

cpp http-requests rest rest-api

Last synced: 04 Jul 2026

https://github.com/mjkloeckner/cb100

Notas, resueltos y tps de la materia Algoritmos y Estructuras de Datos

54411 9512 apuntes cb100 cpp ejercicios fiuba resolucion schmidt

Last synced: 12 Jul 2025

https://github.com/ckormanyos/win_text_simple

win_text_simple makes a simple Win32-API window with dynamic text

cpp visual-studio win32api

Last synced: 13 Mar 2025

https://github.com/amlel-el-mahrouss/openzka-kernel

OpenZKA C++ Kernel.

cpp kernel portfolio

Last synced: 22 Mar 2025

https://github.com/cihansari/flexinvokable

Single header container for lambdas with (or without) move-only encapsulation that can be invoked only once.

cpp cpp17 cpp1z

Last synced: 17 Mar 2026

https://github.com/joakimbits/normalize

Make Make more inclusive - build automatically and from anywhere

assembly-x86 bringup c cpp devops includable make pandoc pdf-generation python3 relocatable report test venv

Last synced: 11 Apr 2025

https://github.com/ayeshaashfaq12/tictactoe_game

A 2D-console based game with some thrilling experience and score boarding for the user

cpp game game-development tic-tac-toe tic-tac-toe-game tictactoe-cpp tictactoe-cpp-game tictactoe-game

Last synced: 18 Mar 2025

https://github.com/dstoyanov0/cpp_school

VHSE "John Atanasoff" C++

cpp cppprogramming cppprojects

Last synced: 13 Sep 2025

https://github.com/afcms/epsilon-text-app

Show text on your Numworks calculator

cpp epsilon numworks python

Last synced: 19 May 2026

https://github.com/allejo/aclovis

A Typescript library for programmatically generating C++ code

code-generation cpp typescript

Last synced: 07 May 2026

https://github.com/frodoalaska/cuberun

A fancy-styled 3D endless runner game where everything is made in cubes. Brought to you by C++.

cpp cube endless endless-runner-game glfw glfw3 opengl opengl3 opengl4

Last synced: 19 May 2026

https://github.com/kassane/fiber

userland threads uses zig build

boost boost-library cplusplus cpp fibers zig-package

Last synced: 06 May 2025

https://github.com/danucosukosuko/win10proactivator

Programa activador de Windows 10 Pro para toda la vida

activation cpp pro vs2022 windows-10

Last synced: 19 May 2026

https://github.com/get-unknown-err0r/calculator

This is an advanced calculator program written in C++ that performs basic arithmetic operations. It provides a menu-driven interface with colored text for enhanced user experience. The available operations are addition, subtraction, multiplication, division, and modulus.

advanced-calculator arpit-prajapati c-programming-language calculator cli-mode-calculator cpp get-unknown-err0r github

Last synced: 16 Mar 2026

https://github.com/wojwozniak/cpp-assigments

High school exams preparation

cpp matura-exam study-project

Last synced: 06 Apr 2025

https://github.com/danielkrupinski/cout-vs-printf

Cout vs printf benchmark

c cpp performance

Last synced: 19 May 2026

https://github.com/madduci/opencv_demo

A collection of examples using OpenCV 2.4 and 3.0 APIs

cmake computer-vision cpp opencv

Last synced: 09 May 2026

https://github.com/gmitch215/terminal-miner

Idle Game for mining materials, written in C++

cplusplus cpp gnu

Last synced: 18 Jun 2025

https://github.com/callmesalmon/caw

Simple, yet semi-useful password manager written in C++

cpp minimalist pure-cpp

Last synced: 18 Jun 2025

https://github.com/jstmaxlol/cliProgramTemplates

🍵A list of CLI Program Templates, useful to learn programming languages or quickstart a CLI program

bash cpp csharp java learn py python shell template

Last synced: 14 Apr 2025

https://github.com/edisonslightbulbs/rfcomm-cpp

Bluetooth socket: RFCOMM communication between Linux and Android (Linux side)

bluez-dbus cmake cpp rfcomm

Last synced: 26 Jun 2025

https://github.com/turtle-insect/dqb2overlay

Steam Dragon Quest Builders 2 Overlay Menu

cpp dll dll-injection game imgui memory-hacking steam winapi

Last synced: 29 Oct 2025

https://github.com/theo-mestre/pixel-art-animation

A SFML-based tool for mapping texture coordinates to animations, enabling use of a single texture for all animations with an editor for customization.

cpp pixel-art sfml tools

Last synced: 19 May 2026

https://github.com/cmst0us/libblilivedanmaku

BiliBili Live Room, Websocket Danmaku Protocol in C++

bilibili bilibili-live cpp danmaku websocket

Last synced: 29 Mar 2025

https://github.com/ufrshubham/connect4-clone

A Connect4 clone using SFML and C++

cpp hacktoberfest sfml sfml-game

Last synced: 23 Oct 2025

https://github.com/fl444mingo/fl4-cs131-01-02-fav

Ch. 1, Lesson 2, Favorite Number

cpp learning learning-cpp

Last synced: 20 May 2026

https://github.com/aenguerrand/cpp_zia

C++ Project like Nginx http server

cpp epitech http-server

Last synced: 27 Oct 2025

https://github.com/julelang/julec-ir

Official C++ IR codes of JuleC

cpp intermediate-representation jule julec julelang

Last synced: 13 May 2025

https://github.com/qervas/ohao_ide

A simple IDE for coding c++

cpp ide qt6

Last synced: 13 May 2026

https://github.com/zfb132/itensor_demo

安装和使用ITensor

cpp itensor makefile vscode

Last synced: 22 Jun 2026

https://github.com/zitrus2k/bullymodmenu

This is a simple Console based ModMenu for the Game Bully : Scholarship Edition written in C++.

bully-scholarship-edition console console-application cpp external menu mod modding modmenu vs2022 windows

Last synced: 17 May 2026

https://github.com/zaid-al-habbal/cham-city-3d

An open-source 3D simulation of Cham City Center, a mall located in Damascus, Syria.

cg cham-city cham-city-center cpp opengl opengl-project

Last synced: 31 Oct 2025

https://github.com/bumbelbee777/cxxutil

A C++ library containing an implementation of the STL and other data structures and/or containers.

c-plus-plus cpp cpp20 header-only std stl stl-containers stl-files

Last synced: 18 Jun 2025