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/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/lunarwatcher/doesnotfail2ban

Intrustion detection system for Linux-based servers

cpp intrusion-detection linux

Last synced: 05 Mar 2026

https://github.com/hifza-khalid/oop_odyssey

OOP Odyssey 🚀 | C++ Projects 💻 | Master OOP concepts: Encapsulation, Inheritance, Polymorphism, Diamond Problem, and more! 🛠️

abstraction cpp encapsulation inheritance-examples oop polymorphism

Last synced: 05 Mar 2026

https://github.com/illescasdaniel/emoji-program-1

Program made with emojis!

cpp emojis

Last synced: 23 Jan 2026

https://github.com/skillfulelectro/electrochat

Application for chatting in local network , still under experiments

api chat chat-application cpp network qt tcp udp

Last synced: 05 May 2026

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/sharkfinpro/openglproject

3D Rendering Engine - Learning about OpenGL and 3D graphics

cpp graphics-engine learning-by-doing opengl

Last synced: 06 May 2026

https://github.com/andrewrgarcia/streamdice

StreamDice++ is a C++ message encryption program running on a unique stream cipher that I invented

block ciphers ciphertext cpp encryption hacktoberfest hashmaps password secret-messages stream-cipher

Last synced: 23 Jan 2026

https://github.com/kennek4/helix

A pixel art focused sprite editor

cpp spriteeditor

Last synced: 14 Oct 2025

https://github.com/erik-donath/pascalschesdreieck

A small Project about the Pascal's triangle(ger. Pascalsches Dreieck).

cpp geometry gui headless math mathematics pascals-triangle raylib raylib-cpp triangle visual-studio visualization

Last synced: 17 Apr 2026

https://github.com/ticticboooom/getlowengine

A Game Engine based on DirectX12

cpp game game-development game-engine windows

Last synced: 17 Apr 2026

https://github.com/kotleni/glengine

Cpp 3d OpenGL game engine. Early WIP.

cpp engine glsl opengl render sdl2

Last synced: 24 Feb 2026

https://github.com/axodox/greenscan

Tool to create 3D models using Kinect.

3d-scanning cpp directx-11 kinect wpf

Last synced: 10 May 2026

https://github.com/bigmat18/distributed-qem-simplification

Parallel and distributed mesh simplification using Quadric Error Metrics (QEM), designed for large-scale 3D models.

computer-graphics cpp mesh-processing mpi numa openmp

Last synced: 04 Jun 2026

https://github.com/defgameengine/defgameengine

defGameEngine is a cross-platform game engine. Available on Windows, Linux and (probably) MacOS. Requires C++20 or higher

cpp emscripten game game-dev game-development game-engine gles gles3 glfw glfw3 gui imgui imgui-glfw lua opengl opengl3 web

Last synced: 04 Apr 2026

https://github.com/ahueck/irprinter

Explore the generated LLVM IR of a translation unit

c cpp llvm llvm-clang llvm-ir

Last synced: 05 Apr 2026

https://github.com/akhilrai28/internet-of-things

Developed under Makernova 2.0, this project explores microcontroller programming, sensor data logging, and communication protocols (MQTT, COAP, HTTP). It includes simulations in Proteus and app development using MIT App Inventor/Flutter for data visualization and control.

c coap cpp css dart flutter html http iot javascript microcontroller mit-app-inventor mqtt proteus python sensor-data

Last synced: 25 Oct 2025

https://github.com/alirn76/snakecpp

Simple Snake Game Written in CPP

cpp game snake

Last synced: 25 Oct 2025

https://github.com/at15/styleguide

A style guide for my side projects

cpp go rust styleguide

Last synced: 19 Apr 2026

https://github.com/alirn76/maze-v2.0

Maze Game

cpp game maze

Last synced: 25 Oct 2025

https://github.com/samyam81/generic

Generic programming is a programming paradigm that highlights crafting algorithms and data structures in a manner enabling them to function across various data types seamlessly, sans necessitating modifications. This is typically realized through the utilization of templates or parameterized types.

cpp csharp generic go java readme stack

Last synced: 19 Apr 2026

https://github.com/kid0h/kidcurl

A Curl wrapper for kids!

cpp libcurl wrapper

Last synced: 18 Feb 2026

https://github.com/vrongmeal/interviewbit-vscode

Snippets and Environment setup for VSCode while practicing competitive programming on InterviewBit.

cpp interviewbit vscode-snippets

Last synced: 19 Apr 2026

https://github.com/tomcat-42/cppdev

A modern C++ development box

archlinux containerization cpp cpp23 docker

Last synced: 25 Oct 2025

https://github.com/hxndev/chinese-whisper-problem-using-ipc

Chinese Whispers is a children's game (called Telephone in the US) in which children pass on what they think they've heard in a message whispered by another child.

chinese-whispers code cpp inter-process-communication ipc

Last synced: 25 Oct 2025

https://github.com/b1z0n/cpp-dev-resources

Curated list of useful c++ tools, and resources to learn them:

books c cpp cpp11 cpp14 cpp17 cpp1z developer-experience developer-tools development-tools resources tutorials

Last synced: 24 Feb 2026

https://github.com/uriegel/registry-changes-detector

Node.js addon to detect changes in Windows Registry

cpp electron nodejs windows

Last synced: 21 Jan 2026

https://github.com/meepen/lorelai

Eventually a Lua JIT runtime

asmjit assembly cmake cpp cpp17 jit lua x86 x86-64

Last synced: 04 Feb 2026

https://github.com/nicknaso/conf-ni-2017

Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons

addon bridge c cpp javascript n-api nan native node-addon nodejs performance

Last synced: 29 Apr 2026

https://github.com/thomastrapp/recursive-variant

A serializable recursive variant for JSON-like data

cereal cpp json recursive serialization variant

Last synced: 18 Apr 2026

https://github.com/lukaspietzschmann/pl0-compiler

A small and fun PL0 compiler

compiler cpp pl0 programming-language

Last synced: 06 Dec 2025

https://github.com/maipa01/mstd

mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.

bsd-3-clause cpp cpp-library cpp20 cross-platform data-structures function-type-traits header-only macros macros-cpp open-source ordered-map ordered-set overflow-detection standard-library-extension string-utilities terminal-utilities utility-library

Last synced: 27 Apr 2026

https://github.com/ranaessam03/linear_structures

This repository contains implementation of various data structures and algorithms in C++, including linear data structures like arrays, linked lists, stacks, and queues.

cpp data-structures linked-list problem-solving queue stack

Last synced: 05 Oct 2025

https://github.com/alexf2/ImageResizer

IE6 ActiveX control for uploading and resizing images at the same time

activex asp-net atl component-object-model cpp gdiplus internet-explorer ocx visual-studio

Last synced: 11 Mar 2025

https://github.com/ravi-prakash1907/design-and-analysis-of-algorithm

Design and Analysis of Algorithm (DAA) practicals as per the syllabus of B.Sc. (hons.) CS

alorithms college cpp daa hacktoberfest hacktoberfest2020

Last synced: 06 Sep 2025

https://github.com/the0cp/bing-wallpaper-gui

A GUI version of Bing Backgrounds Getter based on Qt for Linux. Get Bing wallpapers automatically.

bing bing-image bing-wallpaper cpp desktop linux qt qt-gui

Last synced: 06 Sep 2025

https://github.com/teiacare/teiacaresdk

TeiaCareSDK is a collection of reusable C++ components

cpp cross-platform datetime geometry high-performance multithreading sdk utilities

Last synced: 22 Apr 2025

https://github.com/mrrobinofficial/easingfunctions

A collection of easing functions. It supports multiple programming languages and game development frameworks.

cpp csharp ease easing easing-functions python unreal-engine

Last synced: 12 Apr 2025

https://github.com/hxndev/reverse-sort-and-decrypt-string-using-child-processes

Applying different operations on a string using Fork and Exec.

ascii c child code cpp decrypt exec fork length os pipes processes reverse sort string

Last synced: 20 Apr 2026

https://github.com/soreing/wincmdsnake

Console/Terminal Snake game written in C++ using the Windows API

console cpp game terminal winapi windows

Last synced: 07 May 2026

https://github.com/breadrock1/coursera-yandexcpp

This course is devoted to acquaintance with the C ++ programming language. The course was developed by leading Yandex specialists and teachers of the School of Data Analysis. They have years of development of search services, advertising and infrastructure behind them. Link to course: https://www.coursera.org/learn/c-plus-plus-white/home/welcome

coursera coursera-cpp cpp cpp-study cpp17 learning learning-cpp learning-to-code yandex yandex-cpp

Last synced: 27 Feb 2025

https://github.com/randomgamingdev/ezal

A powerful audio library designed to abstract away writing audio code at 0 cost. Spend time coding your dream project, not the audio.

audio audio-library cpp cross-platform multilib ogg powerful

Last synced: 24 Apr 2025

https://github.com/sebasfalcone/better-work-notes

A repository containing my notes from different sources on good practices for codding and managing teams

c clean-code cpp development good-practices management oops-in-cpp

Last synced: 14 Jul 2025

https://github.com/iamazeem/cppprimenumberprograms

C++ Prime Number Programs

cpp hacktoberfest prime-numbers

Last synced: 15 Aug 2025

https://github.com/srz-zumix/reviewdog-action-infer

reivewdog action infer

cpp github-actions

Last synced: 05 Oct 2025

https://github.com/lakshayd02/cpp_programs

This repository provides a diverse set of exercises aimed at beginners and intermediate programmers to enhance their understanding of C++.

coding coding-challenge cpp lets-code

Last synced: 12 Apr 2025

https://github.com/tonitaga/graph-algorithms-cpp-console

Basic algorithms on graphs: BFS, DFS, Dijkstra Algorithm, Floyd-Worshell Algorithm, Prima Algorithm, Ant Algorithm in C++ programming language

algorithms article cpp

Last synced: 05 Aug 2025

https://github.com/the-phoenics/space-shooter

Single player 2d top-down space shooting game built with C++ and Sfml

cpp game hacktoberfest sfml

Last synced: 16 Mar 2025

https://github.com/f-koehler/cpp-perf

Small header-only C++11 to measure code execution time and performance.

benchmark cpp cpp11 execution-time header-only microbenchmark performance

Last synced: 12 Apr 2025

https://github.com/digoarthur/console-guessinggame

This was my first program create in University.

cpp

Last synced: 30 Mar 2025

https://github.com/happma/pseudorank

R Package providing functions to calculate pseudo-ranks and pseudo-rank based nonparametric test statistics.

cpp nonparametric nonparametric-statistics pseudo-rank pseudo-ranks r rank rank-tests rstats trend-test

Last synced: 10 Apr 2025

https://github.com/mortennobel/simplevrcpp

Simple example of using the OculusVR SDK and SDL

cpp graphics-programming oculus-rift openvr sdl2 virtual-reality

Last synced: 18 Jun 2025

https://github.com/danielgospodinow/spaceshooter

Multiplayer semi-immersive virtual reality mobile game made with Cocos2d-x

android cocos2d-x cpp game java lan multiplayer multiplayer-game networking

Last synced: 22 Apr 2025

https://github.com/gusenov/problem-solving-in-cpp

:mortar_board: Решение задач на языке программирования C++.

cplusplus cpp problem-solving

Last synced: 13 Feb 2026

https://github.com/ferhatgec/gu

gu, Gefertean Union reader

cpp cpp17 fpaper gefertean-union gu implementation reader

Last synced: 18 Feb 2026

https://github.com/notapenguin0/titan

Flexible terrain generator library/framework/idk for C++

cpp cpp17 graphics procedural-generation terrain-editor terrain-generation terrain-rendering

Last synced: 23 Apr 2025

https://github.com/pachadotdev/cpp11eigen

The idea is to pass matrices/vectors from R to C++, write pure C++/Eigen code for the computation, and then export the result back to R with the proper data structures.

cpp cpp11 eigen hacktoberfest linear-algebra rstats

Last synced: 10 Apr 2025

https://github.com/senior-sigan/game_lib

Game engine inspired by pico8/tic80/script-8 but without limitations and in javascript

cpp duktape emscripten game-engine raylib

Last synced: 31 May 2026

https://github.com/davidromanovizc/ascii-donut

🍩 ASCII donut in different programming languages

cpp csharp dart donut fortran kotlin math python

Last synced: 30 Dec 2025

https://github.com/prasadkjose/confidential-ml-sgx

Intel SGX based application to securely upload and train multiparty data-sets with confidential computing.

cpp sgx sgx-enclave winapi

Last synced: 20 Apr 2025

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

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

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

Last synced: 10 Apr 2025

https://github.com/falcao-g/beecrowd

Soluções de alguns desafios do beecrowd em Python e C++

beecrowd beecrowd-solutions cpp online-judge problem-solving python python3 sql uri-online-judge

Last synced: 04 Mar 2026

https://github.com/seigtm/complex

A simple complex numbers class that supports all basic operations.

complex-number complex-numbers cpp homework homework-assignments

Last synced: 20 Apr 2025

https://github.com/oatpp/example-consul

Example project how-to use oatpp-consul integration module.

consul cpp integration oatpp

Last synced: 25 Apr 2025

https://github.com/arshdeepsahni/cpp

CPP

code cpp

Last synced: 01 Apr 2025

https://github.com/adamsiekierski/visualsorting

Projekt zaliczeniowy z C++ - Kolorowo Urozmaicone Testy Algorytmów Sortowania

algorithms cpp sfml sort sorting visualization

Last synced: 10 Jan 2026

https://github.com/rodyherrera/zendajs

ZendaJS is a JavaScript runtime environment, built using C/C++ with the help of the fast v8 engine developed by Google. An environment with fast performance, which you can use to experiment in your spare time.

backend backend-services cplusplus cpp cxx ecmascript ecmascript-modules javascript javascript-engines javascript-es6 javascript-framework javascript-tools python runtime v8 v8-engine v8-javascript-engine v8js

Last synced: 11 Jun 2025

https://github.com/aa-sikkkk/c-syntaxchecker

C-SyntaxChecker is a tool designed to analyze C and C++ code for common syntax issues. It checks for bracket matching, keyword usage, function definitions, and more. This tool can help developers maintain clean and error-free

c cpp syntax syntax-analysis

Last synced: 29 Apr 2025

https://github.com/srupat/visual-diagnostic-tool-edi

A Visual Diagnostic tool for Debugging and other Applications in Visual Studio

cpp debug-visualizer debugger hacktoberfest visual-studio

Last synced: 23 Apr 2025

https://github.com/angelogalav/littlecraftgl

A barebones voxel engine made in OpenGL for Linux and Windows.

3d cmake cpp engine glfw graphics minecraft opengl voxel

Last synced: 02 Jul 2025

https://github.com/pakerwreah/rninspector

React Native bridge for the Inspector project

android cpp cross-platform debug debugging flipper inspect ios jni mobile ndk react-native stetho

Last synced: 16 Mar 2025

https://github.com/degitx/nen

Neural Network library with with native CPU/GPU bindings and learning algorithms choice

algorithm-library cpp machine-learning neural-network nodejs

Last synced: 21 Apr 2025

https://github.com/zee-bit/competitive-programming-codes-cpp

This repo consists of C++ solutions to all the Programming problems I have solved from Codechef and Codeforces. I will be updating this repo on a monthly basis. Feel free to add solutions to problems not present here. P.S. Search the problems by their original names mentioned in the site. If someone is willing to separate the questions based on their topics, then feel free to give me a Pull request after it is done!!

codechef-solutions codeforces-solutions competitive-programming cpp

Last synced: 25 Apr 2025

https://github.com/darxisr/allodslauncher

Allods Online 4.0.02.42 launcher. Pls use this source code for study purposes only. The author is't responsible for your actions.

allods allodsonline client cpp launcher mmorpg

Last synced: 05 May 2025

https://github.com/blaadick/blaadpapers

Fast & clean wallpaper manager

cpp linux qt6 wallpaper wallpaper-changer windows

Last synced: 12 Apr 2026

https://github.com/imharshag/kernelcraft

An operating system meticulously crafted from scratch. Designed as a foundational project to understand the core principles of system architecture and low-level programming,.

cpp operating-system

Last synced: 23 Apr 2025

https://github.com/neutrinozh/brainfuck

Brainfuck interpreter. Just for fun. Enjoy!

brainfuck cpp interpreter

Last synced: 07 Jul 2025

https://github.com/phoenix15049/absolute

A small graphics engine built with OpenGL using C++ and C

c cplusplus cpp graphics-engine opengl

Last synced: 10 Apr 2025

https://github.com/zcemycl/algotest

Solving algorithm problems with C++ (Cmake,gtest), C# (dotnet,xunit), Py (pip,pytest), Js (NodeJS,mocha), bash scripts and github actions, under Win10/OSX/Ubuntu.

algorithms cmake cpp csharp dotnet github-actions googletest javascript leetcode macosx makefile mocha nodejs pip pytest python3 ubuntu unit-testing win2019 xunit

Last synced: 24 Apr 2025

https://github.com/bytesclub/n-puzzle-solver

Solution of N Puzzle using A* pathfinding

ai cpp npuzzle pathfinding

Last synced: 15 Apr 2025

https://github.com/xeco23/cleancode

Clean Code anlayzer tool for C++

cleancode cpp libclang python

Last synced: 29 Apr 2026

https://github.com/bytesclub/kill_the_bug

This Repository contains number of C/C++ programs with intentional bugs. Contributors can either post Issue(s) on Bugs and create Pull Request solving them, Or can post new Buggy programs.

bug c cpp wbut

Last synced: 15 Apr 2025

https://github.com/sumukha-pk/lru-cache

Implementation of the LRU Cache in C, Implementation of the LRU Cache in C++, Implementation of the LRU Cache in Go, Implementation of the LRU Cache in JAVA

c cplusplus cpp go golang golang-library java lru lru-cache lru-caches lrucache

Last synced: 19 Apr 2026

https://github.com/keremtan/qtcore_notes

QtCore Practise

cpp qt qt6

Last synced: 15 Aug 2025

https://github.com/gert-janwille/Sir-Basil

Sir Basil is a bartender robot controlled with a electron app using Bluetooth

arduino bluetooth bot cpp noble node nodejs objective-c react robotics

Last synced: 11 Mar 2025

https://github.com/jdsherbert/audio-phaser-effect

Simple C++ implementation of a basic Phaser technique.

audio audio-effect audio-effects audio-feedback audio-processing cpp delay haas phaser

Last synced: 30 Jun 2025

https://github.com/nano-bot01/tic-tac-toe-game

A Console based Application for multiplayer Tic Tac Toe game.

ankit-nainwal cpp game games tic-tac-toe tictactoe

Last synced: 07 Sep 2025