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/bostonsinaga/flyingpinball

Hit the ball through the brick gap and do not fall

cpp game-development

Last synced: 01 Jul 2026

https://github.com/rosendo-martinez/virtualcomputer

A virtual computer that can run machine code. [C++]

cpp

Last synced: 12 Mar 2025

https://github.com/madusales/semaforo-arduino

Criação de um semáforo com Arduino e C++ através da plataforma Tinkercad

arduino arduino-uno cpp

Last synced: 15 May 2026

https://github.com/divyanshu013/algorithm-journey

Some interesting algorithms for study.

algorithms cpp data-structures

Last synced: 17 Mar 2025

https://github.com/carlos-reyes-123/fastcodeguru

A place to discuss software performance and quality from the perspective of computer programmers.

cpp performance profiling website

Last synced: 15 May 2026

https://github.com/victordz-iot/drone-monitoramento

simulador de drone aquático com arduino

adafruit-gfx arduino cpp sensors wokwi

Last synced: 08 Sep 2025

https://github.com/anav5704/cs112-projects

Projects made for my introduction to DSA course @ USP

cpp terminal

Last synced: 25 Apr 2026

https://github.com/brunexgeek/blade

Barcode localization and decoding engine with positioning feedback

android barcode-scanner computer-vision cpp

Last synced: 15 May 2026

https://github.com/nathancordeiro/sudoku-ninja

This project SUDOKU-NINJA is a command-line, optimized Sudoku solver and puzzle generator for the conventional 9x9 puzzles, developed in C++. It offers an engaging way for players to solve Sudoku puzzles directly from their terminal or command prompt.

cpp sudoku terminal-game

Last synced: 01 Jul 2026

https://github.com/mohabashraf-byte/mini-waslni-gui

A pathfinding visualizer with a Qt GUI implementing BFS, DFS, Dijkstra's, and A* algorithms to find the shortest path.

bfs-algorithm cpp graph qt5

Last synced: 15 May 2026

https://github.com/knoblauchpilze/sudoku

The famous numbers game

cpp opengl pixelgameengine sudoku-solver

Last synced: 15 May 2026

https://github.com/francespos/skyline

Rendering and physics engine for 2D.

2d cpp engine physics rendering vulkan

Last synced: 19 Jun 2026

https://github.com/eisaa-rice/processor-simulator

C++ CPU simulator consisting of a file generator full of organized data and a simulator that uses that data file to replicate how CPUs would schedule jobs as it runs

cpp cpu-scheduling io

Last synced: 09 Jul 2025

https://github.com/seaung/watcher

Watcher 是一个用C++开发的轻量级进程监控守护工具,用于监控指定进程的运行状态,当目标进程不存在时会自动重启。

c11 cpp watch

Last synced: 25 Jun 2025

https://github.com/separatrixxx/pgp_labs_7_sem

👓 Laboratory work for the 7 semester of MAI on PGP and PDP

cpp cuda nvidia

Last synced: 15 May 2026

https://github.com/sanjaraiy/gfg_potd

This repository contains daily problems from GeeksForGeeks' DSA series, helping me master Data Structures and Algorithms with practical coding exercises! 🚀💻

cpp daily-coding-problem geeksforgeeks practice vscode

Last synced: 28 Jun 2026

https://github.com/schemanoise/nauty_and_traces

C++ Wrappers for Nauty & Traces Isomorphism C-code

cpp cpp11 nauty nauty-traces traces

Last synced: 02 Apr 2026

https://github.com/carlosagalicia/tc1031-act34-integral-activity-trees-template-ad2023

This program determines whether a given tree is a spruce tree, where every non-leaf node has at least three leaf children. It uses maps and vectors to track nodes and their children, ensuring the tree meets the spruce tree criteria.

cplusplus cpp data-structures labs

Last synced: 29 May 2026

https://github.com/carlosagalicia/tc1031-act23-integral-lineal-data-structures-template-ad2023

This program simulates the Josephus problem, where people are arranged in a circle and eliminated every k-th step until only one remains. It uses lists and iterators to manage the elimination process and determine the safe position.

cplusplus cpp data-structures labs

Last synced: 12 Jun 2026

https://github.com/oaslananka/cv_cuda_cpp_sample

This is a sample project demonstrating how to use OpenCV and CUDA in C++ for detecting people in drone footage with YOLO. The project aims to be simple and understandable for those who want to learn how to use OpenCV and CUDA in C++.

computervision cpp cuda opencv

Last synced: 01 May 2026

https://github.com/sandyg6/problem-solving

Problem solving

c cpp java python

Last synced: 10 Apr 2026

https://github.com/meharehsaan/object-oriented

This repo contains Object Oriented Programming course labs mainly in c++.

cpp labs oop-in-cpp programming

Last synced: 16 Jun 2025

https://github.com/quaddarv1ne/neo_system

NEO_SYSTEM - продвинутый инструмент для сбора и визуализации системной информации с эстетичным цветным выводом в терминал.

2025 analytics cpp info information it library maestro7it maximdupley python quadd4rv1n7 repository rich system

Last synced: 15 May 2026

https://github.com/piras314/vulkanlearning

Vulkan Learning!

c cpp glsl vulkan vulkan-graphics

Last synced: 13 May 2026

https://github.com/zeankundev/loytik

Simple programming language made in c++. Compiler only code and docs

cpp interpreter language object-oriented programming-language simplelanguage

Last synced: 30 May 2026

https://github.com/jmarrec/testcpp-crosscompile-linuxtowin64

A repo to test how to cross compile a dummy C++ project using Github Actions, mingw32, **and** conan.

conan cpp cross-compile github-actions tutorial

Last synced: 10 May 2026

https://github.com/saigut/cpp-proj-templ

C++ project template

cpp template-project

Last synced: 09 Jul 2025

https://github.com/helland369/algorithms

I'm learning Algorithms & Big O notation and write it in C++

algorithm algorithms big-o-notation cpp cpp17

Last synced: 11 Apr 2025

https://github.com/sstock2005/gameengine

Game Engine for Command Prompt in C++

cpp

Last synced: 17 Mar 2025

https://github.com/raveriss/cpp04

C++98 exercises on subtype polymorphism, abstract classes, and interfaces, demonstrating advanced object-oriented programming techniques.

class-abstraction cpp cpp98 ecole42 educational-project inheritance interfaces object-oriented-programming polymorphism software-engineering

Last synced: 06 Apr 2026

https://github.com/teomandeniz/real

REAL is a custom numeric system that performs precise arithmetic with arbitrarily large or small numbers, preserving every digit without float precision loss. It uses a nibble-based packed binary format for efficient memory representation and repetition compression.

c cpp math number numbers

Last synced: 15 May 2026

https://github.com/t-ros/cpp

[EN] Personal collection of C++ programs

cpp cpp-learning

Last synced: 17 Mar 2025

https://github.com/ahmedukamel/cs351-computer-graphics

Repository for Computer Graphics Course in FCAI Beni Suef University. All Lectures, and Section Tasks Are Solved Here, and Complete Content of Course is Published on Link Below

cpp graphics opengl turbo

Last synced: 20 May 2026

https://github.com/seng3694/ludumdare50

My Ludum Dare 50 entry

cpp ld50 ludum-dare-50 sfml

Last synced: 15 May 2026

https://github.com/emmmatech/circle-json-parser

Gets user information from the Disney Circle by parsing a JSON file

cpp cpp17 disney-circle json

Last synced: 06 May 2026

https://github.com/d4suce/jutsunewbot

Telegram bot for site: jut.su

anime cpp parsing telegram-bot

Last synced: 03 Apr 2025

https://github.com/tornao2/snake

The "snake" game created in raylib graphical library with c++

cpp game raylib

Last synced: 18 Mar 2025

https://github.com/xavier-berthiaume/notes-app

A small desktop notes app built using the Qt framework.

cpp qt

Last synced: 18 May 2026

https://github.com/devsowon0628/cplus2019

미림여자정보과학고등학교 2019 cpp 예제 소스

cpp

Last synced: 03 Apr 2025

https://github.com/bojkoj/cpp-vsb-oop-project

OOP Paradigmata implementované v C++

cpp oop oop-principles

Last synced: 27 Mar 2025

https://github.com/yogithesymbian/c-

source code hasil belajar selama kuliah - c/c++ language

c c-plus-plus cpp devc visual-studio

Last synced: 18 Mar 2025

https://github.com/hhhhhhhhhhhhhhhhhhhhhhhhhhhfs/get-text-length

Use this code to count the length of a string. This function splits the string into chunks of size_t to improve performance. It reduces the number of iterations, resulting in faster detection of the null character ('\0').

character cpp length longitud nolibraries strlen text textlength

Last synced: 18 Mar 2025

https://github.com/icliberen/binary-trees

Binary Search Tree and Balanced Binary Tree implementation in C++

binarysearchtree binarytree binarytrees cpp

Last synced: 18 Mar 2025

https://github.com/sudosz/cpp-for-cp

A guide for learning C++ focused on competitive programming

competitive-programming cpp guide learning olympiad

Last synced: 18 Mar 2025

https://github.com/shobhitsingh18/cpp-based-banking-system

A C++ Banking System for handling account management, transactions, deposits, and withdrawals securely. Includes file-based data handling and PIN authentication.

account-management banking-system-cpp cpp secure-data-handling transactions

Last synced: 18 Mar 2025

https://github.com/itszcx/r-type

The R-Type Project is a modern take on the classic arcade game R-Type, featuring multiplayer capabilities and enhanced graphics. Players can team up to fight against waves of enemies and challenging bosses in a side-scrolling shooter environment.

cpp r-type

Last synced: 18 Mar 2025

https://github.com/georgiosmatzarapis/blockchain

A blockchain implementation approach.

bitcoin blockchain cpp cpp23 decentralization ledger modern-cpp

Last synced: 16 May 2026

https://github.com/oxtna/css-engine

Parsing a subset of CSS and querying data

cpp css parser showcase

Last synced: 16 May 2026

https://github.com/ptahmose/bitonalfill

exercise in SIMD-coding

arm avx cpp neon-intrinsics simd

Last synced: 24 Jun 2026

https://github.com/oleksandrzadvornyi/audiorecorder

Enhanced Qt Audio Recorder implementing Observer, State, Command, Strategy and Facade design patterns for educational purposes. Based on Qt's example.

audio-recording bsd-license command-pattern cpp design-patterns educational facade-pattern observer-pattern qt qt-multimedia software-engineering state-pattern strategy-pattern

Last synced: 16 May 2026

https://github.com/freitaseric/cpp_and_c_studies

My studies in C++

c cpp study

Last synced: 05 May 2025

https://github.com/janwolzenburg/pipico-wifistation-cpp

Pi Pico C++ library to connect to WiFi as a station

cpp cyw43 libw network pi pico pipico raspberry wifi

Last synced: 01 Jul 2026

https://github.com/gourab-sinha/interview-prep

This repository consist of Data Structures and Algorithms question which are being asked in Top MNCs.

cpp ds-algo interview-prep top-questions

Last synced: 20 Mar 2025

https://github.com/stephengtuggy/boost_log_python_poc

Minimal reproducible example of how to use Boost.Python, Boost.Log, CMake, and vcpkg together in a C++11 program on Windows

boost cmake cpp python3 vcpkg windows

Last synced: 06 Apr 2026

https://github.com/arey/zegame

ZeGame Role Playing Game

cpp crpg directx

Last synced: 09 Sep 2025

https://github.com/e5r/nde

NDE is a Native Development Environment

c cmake cpp

Last synced: 22 Jun 2026

https://github.com/joebobmiles/fullmetaljacket

A run-and-gun platformer written in C++ with Vulkan

c cpp game game-engine vulkan vulkan-game-engine

Last synced: 17 May 2026

https://github.com/batsdk/leetcode-answers

Solutions to LeetCode problems written in Java and Cpp

cpp java leetcode

Last synced: 20 May 2026

https://github.com/kevorr/classes

Normal ol' assignments

android arduino c cpp java maya postgresql python

Last synced: 02 Apr 2026

https://github.com/aronmilenait/programacion1-ejercicios

Ejercicios de la materia Programación I de la Universidad Tecnológica Nacional.

cpp university university-assignment university-courses

Last synced: 27 Mar 2025

https://github.com/alexanderbock/sgct-networked-application

A basic template to create an SGCT application that opens a WebSocket to listen to player input

cpp sgct websockets

Last synced: 11 Apr 2025

https://github.com/doctorpok42/programmes-arduino

Ensemble de petits programmes pour Arduino ou autre en cpp

arduino cpp

Last synced: 16 May 2026

https://github.com/harsha-vardhan-tangudu/advanced-programming-report

deciding which advanced programming language(C++ and Python) is best for Coding contests which are held at universities where registered students can participate.

advanced-programming cpp python python-project

Last synced: 16 May 2026

https://github.com/ilia-funtov/fixed-point-number

A toy project to demonstrate how fixed point arithmetic for decimals can be written using C++ 17

cpp

Last synced: 29 Oct 2025

https://github.com/ayonious/opengl-house-furnitures

🎨Simple OPENGL project to create objects and camera movements

animation cpp opengl

Last synced: 20 May 2026

https://github.com/codingwizard2001/leetcode

LeetCode features a variety of math-related problems to test and improve algorithmic and mathematical problem-solving skills

cpp cpp17 daily-coding-problem dailyprogrammer leetcode leetcode-cpp leetcode-cpp-solutions leetcode-potd leetcode-practice leetcode-problem-solution leetcode-questions leetcode-solutions potd potd-solution practice

Last synced: 27 Mar 2025

https://github.com/iamtejasmane/cpp

This is c++ revision & code practice repository

cplusplus cpp

Last synced: 20 Mar 2025

https://github.com/vizonex/llhttpplus

A C++ wrapper around llhttp for writing custom http parser tools in an object oriented way.

cpp http-parser llhttp oop

Last synced: 03 Apr 2025

https://github.com/theakman2/minheapu16

A fast C++ min heap targeting recent x86 CPUs

cpp heap minheap

Last synced: 03 Apr 2025

https://github.com/shadesandgrays/code-count

CLI Line counter tool

cli cpp tools utility

Last synced: 20 Mar 2025

https://github.com/m0rningdawning/game-of-life

Conway's Game of Life implemented in C++ using SFML

cpp game-of-life sfml

Last synced: 03 Apr 2025

https://github.com/ilikeurm1/w3schools-tutorials

Repository with all the tutorials I (will) follow on w3schools.com

cpp python python3 w3schools

Last synced: 16 May 2026

https://github.com/capp-adocia/physx-vehicle-demo

使用physxSDK实现车辆运动

cpp physx

Last synced: 09 Jul 2025

https://github.com/vitusveit/tsvparser

A simple and easy-to-use C++ TSV Parser, it can read TSV files, modify them, and export them

cpp cpp11 tsv tsv-parser tsv-reader

Last synced: 11 Apr 2025

https://github.com/nickpolizogopoulos/the_ultimate_cpp_series

This is my C++ course repository

cpp

Last synced: 15 Jul 2025

https://github.com/muralidharmaddali/smartinterviews_basic

This repository consists all the basic problems of smart Interviews which I have solved you can open the files and check out the solutions.

cpp dsa dsa-algorithm dsa-learning-series dsa-practice problem-solving python3

Last synced: 16 May 2026

https://github.com/channingko-madden/weather-data

Weather data technical assessment

cli cmake cpp json vcpkg

Last synced: 16 May 2026

https://github.com/lschrafstetter/42_cpp07

Project 07 of the 42 Wolfsburg c++ piscine.

42 42wolfsburg cpp cpp07

Last synced: 03 Apr 2025

https://github.com/thomasx-0/cpp-ppm-decoder

ppm C++ file output tool

cpp decoding encoding ppm-image

Last synced: 27 Mar 2025

https://github.com/ryandvl/sdl2-game-cpp

SDL2 Game made in C++

cpp game makefile sdl2

Last synced: 10 Jul 2025

https://github.com/zixu-w/othello

Othello (Reversi) Game

cpp cpp11 cpp14 othello reversi

Last synced: 28 Mar 2025

https://github.com/etcetra7n/gryphon

A graph building system with HTML-like development experience

cpp cross-platform graph language

Last synced: 28 Mar 2025

https://github.com/saleh0987/assignments-cpp

C++ Solutions Of Elzero Web School Channel Assignments and elzero.org Website Assignments

asssi cpp cpp-fund

Last synced: 28 Mar 2025

https://github.com/saleh0987/cpp_problems_solving

CodeWars CPP Problems Solving

cpp problem-solving programming

Last synced: 28 Mar 2025

https://github.com/jaytwolab/setroutepriotity

Set Route Priority in Windows

c cpp mfc priotity route visualstudio vs vs2019

Last synced: 25 Apr 2026