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/christopher-besch/glome_projection

Interactively Project 4D Sphere onto 2D Screen.

4d cpp first-person gdnative godot godot3 visualization

Last synced: 14 May 2026

https://github.com/lgope/problem-solving-oj

The goal of this repository is to save all programming problem solutions that I solved at a different online judge. 🗽📃

c codeforces-solutions cpp hackerrank-solutions timus-solutions uri-solutions uva-problem-solving

Last synced: 14 May 2026

https://github.com/divetoxx/mandelbrot-2

Mandelbrot set. 60 FPS and palette rotation. Palette Rotation Logic 0 is Green cos, 1 is Blue sin, and 2 is Red Random. 256 colors. Synchronization with DwmFlush. Controls & Hotkeys. F1 - F8 Keys: Instantly jump to 8 predefined iconic locations within the Mandelbrot set. OpenMP.

cpp fractal fractals gdi generative-art generative-arts graphics high-precision mandelbrot-set multithreading openmp palette-rotation visualization visualizations winapi

Last synced: 12 Apr 2026

https://github.com/soerlemans/pcap-parser-simba2json-processor

Highly performant C++23 PCAP parser that converts SIMBA messages to JSON. Done as a coding challenge for a High Frequency Trading (HFT) firm.

callgrind cpp cpp23 high-frequency-trading high-performance-computing json optimization parser pcap performance simba

Last synced: 29 Apr 2026

https://github.com/piyushwani004/programs

B.E computer pratice

cpp java-8

Last synced: 17 May 2026

https://github.com/sumdiboii/rainwater-harvesting-simulation-opengl

A rainwater harvesting simulation built using OpenGL in C++, featuring animated rainfall, gutter collection, and water storage. It’s a modified version of an existing project with unknown origin. We enhanced the visuals, structure, and flow to make it more suitable for academic use. Demonstrates basic OpenGL rendering and environmental concepts.

cpp environment graphics opengl rainwater-harvesting simulation visualisation

Last synced: 11 Apr 2026

https://github.com/seleznevae/owi_optional

standard c++ std::optional with iterators

cpp cpp17 iterators optional

Last synced: 10 Jul 2025

https://github.com/erthium/chess

Chess environment created in SDL2 with C++

chess cpp sdl2

Last synced: 16 Feb 2026

https://github.com/pjessesco/nutrition-facts

Tiny header-only sampling profiler for C++

cpp header-only profiler

Last synced: 14 Jul 2025

https://github.com/bok1c4/http-proxy

Forward proxy

cpp socket

Last synced: 01 Jul 2026

https://github.com/tsnsoft/cpp_examples

Учебные примеры по C/C++ 2024

c cpp examples

Last synced: 18 Apr 2026

https://github.com/quantumbytestudios/integer-class-for-cpp

Simple Integer Class With Some Useful Functions :)

cpp cpp-class cpp-header cpp-library cpp-module cpp-modules module

Last synced: 16 Jun 2025

https://github.com/gunrock/template

Template repository for essentials applications to get you started asap!

cpp cuda essentials gpu graph-algorithms graph-analytics gunrock

Last synced: 15 May 2026

https://github.com/matteocalvanico/doomclone

A simple C++ game similar to Doom and Wolfenstein 3D

cpp raycasting sdl2 video-game

Last synced: 16 May 2026

https://github.com/md-mafujul-hasan/toph.co

These Contain Some Problem Solution of Toph.co Website that I have done while understanding Programming Concepts.

c c-plus-plus c-programming cpp java python

Last synced: 14 Apr 2026

https://github.com/w-n-r/fast

National University of Computing and Emerging Sciences

cpp funtions logic-programming programming statements switches

Last synced: 02 Apr 2025

https://github.com/AhmedOsmanDev/Arduino-LED-Cube

Fun project for our Embedded Systems course.

arduino arduino-nano c cpp

Last synced: 10 Apr 2025

https://github.com/dvh-sh/catppuccin.dvh.sh

[ C++ ] API for interacting with Catppuccin

catppuccin cpp cpp-httplib json

Last synced: 18 May 2026

https://github.com/th0rgal/simulant

A C++ simulation of ant colonies made for the Paris Saclay University.

ants cpp simulation

Last synced: 17 Oct 2025

https://github.com/mcquerol/optional-exercises-apt-cpp

Advanced C++ exercises on OOP, operator overloading, and STL containers.

activity-diagram bank-db class-design cpp json operator-overloading stl-containers template-class tutorials uml

Last synced: 18 May 2026

https://github.com/urtuba/cpp-binary-tree

constructing a binary tree structure and finding path on it

binary-tree cpp data-structures homework istanbul-technical-university

Last synced: 15 Jul 2025

https://github.com/mynenik/xyplot-win32

XYPLOT Plotting and Data Analysis Program for 32-bit Windows

cpp data-analysis data-manipulation data-visualization forth mfc windows-app

Last synced: 18 Mar 2025

https://github.com/chenphxx/litelearn

一款基于QT和SQLite开发的数据库查询软件

cpp mysqlite qt

Last synced: 14 May 2026

https://github.com/harshavardh8n/dsa-in-cpp

DSA-in-CPP: A collection of Data Structures and Algorithms (DSA) problems solved using C++. This repository includes various coding challenges and solutions, demonstrating fundamental concepts and techniques in data structures and algorithms.

cpp data-structures-and-algorithms

Last synced: 29 Mar 2025

https://github.com/franzlor/turrettankblitz

Tank shooter using Unreal Engine 5

3d-game cpp unreal-engine-5

Last synced: 10 Jul 2025

https://github.com/nerixyz/crashy

A Windows CLI to crash other programs.

cpp crash-reporting windows

Last synced: 16 May 2026

https://github.com/djoezeke/sfmltem

Quick Start Setup template for SFML and Dear ImGui with C++ on Windows.

cmake cpp game-development imgui library quickstart sfml sfml-game template vscode windows

Last synced: 18 May 2026

https://github.com/kdesp73/terminal-todo

An easy to use todo app for your terminal with a TUI

cpp gh-cli issues terminal todo todo-list todolist tui

Last synced: 18 May 2026

https://github.com/image357/password

This is a simple password manger (library) written in Go. You can use it with Go, REST calls and any other language that links with C.

c cpp encryption go golang password password-manager password-store rest rest-api restapi restful restful-api restfulapi simple

Last synced: 10 May 2026

https://github.com/axway-streams/axway-amplify-streams-cpp

Sample application to show how to use Streamdata.io in a C++ application

cpp eventsource server-sent-events sse streaming-data

Last synced: 13 Aug 2025

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

In this project, in ex00, we learn how to use the swap, min, and max template functions with different data types. In ex01, we apply the same operation to each element of an array using the iter function. Finally, in ex02, we create our own Array<T> class to delve deeper into both templates and dynamic memory management for template functions.

42 42-cpp-module 42-cpp-modules 42-school 42born2code 42cpp 42cursus 42projects 42school cpp cpp-module-07 cpp-modules-42 cpp07 template template-project templates

Last synced: 28 Mar 2025

https://github.com/esraa-emary/photo-editor

C Plus Plus Code (Photo Editor)

clean-code cplusplus cpp

Last synced: 21 Jul 2025

https://github.com/grachale/multithreaded_rent

Implementation encapsulates the entire computation process and controls the execution and suspension of the computation as well as the behavior of computational threads used for solving problems from all managed rental companies.

cpp multhreading pthreads-api threads

Last synced: 08 Jun 2026

https://github.com/urijhoruzij/verman-cipher

Node js extension for encrypting files with the Verman cipher

cipher cplusplus cpp module node-js nodejs

Last synced: 18 May 2026

https://github.com/chenphxx/slash-pilot

为四轴飞行器开发的飞控软件

android cpp qt web

Last synced: 11 May 2025

https://github.com/tarikipekci/rts_buildingmanager

I've implemented basic RTS building and resource systems in this project.

cpp rts-game unreal-engine-5

Last synced: 03 Apr 2025

https://github.com/dkosmari/libxint

libxint is a C++20 headers-only library for fixed-width large integers.

cpp cpp20

Last synced: 03 Jun 2026

https://github.com/chinmaykaitade/chai-aur-cpp

This repository contains code files for C++ Practice Problems and Concepts from Beginner to Advanced.

c-programming cpp dsa dsa-algorithm dsa-practice problem-solving

Last synced: 17 Jul 2025

https://github.com/oppzippy/scopedvolumewheel

Small Windows application to limit the volume media control keys' effects to the current foreground window.

c-plus-plus cpp win32 windows

Last synced: 29 Apr 2026

https://github.com/dalinvip/word2vec

word2vec implement in c++ and in pytorch

cpp pytorch script word2vec

Last synced: 18 May 2026

https://github.com/xorhpp/blinker

A little application to remind you to blink (I don't know why I made this, but here it is 😀)

blinker cpp cpp20 imgui imgui-standalone

Last synced: 17 Jul 2025

https://github.com/bluewitherer/iconprofiles

Save your icon sets into packs!

cmake cpp enhancement geode geometry-dash mod offline

Last synced: 17 Jul 2025

https://github.com/brightprogrammer/cider

CIDEr is a feature rich IDE for C/C++ programming

c cider cpp cross-platform editor gplv3 ide

Last synced: 16 May 2026

https://github.com/sreejit7/data-structures-algorithms

Codes with solutions for different Data Structures & Algorithm related problems

algorithms algorithms-and-data-structures cpp data-structures problem-solving

Last synced: 09 Sep 2025

https://github.com/auralius/jacobian-hessian-cpp

Jacobian and Hessian of a vector function.

cpp hessian jacobian numerical-methods

Last synced: 27 Mar 2025

https://github.com/deepakroy58/cppreference

cpprefernce learnings

cpp oops-in-cpp

Last synced: 17 Jul 2025

https://github.com/mateuszkubuszok/jupyterdockerpack

Jupyter Lab with few predefined kernels.

clojure cpp docker-image haskell jupyterlab python ruby scala

Last synced: 10 Jul 2025

https://github.com/adam-gladstone/softwareinteroperability

Companion projects for my book: C++ SoftwareInteroperability for Windows Programmers

boost boost-python cmake codeblocks cpp cpp-cli cpp17 cppwinrt cpython csharp excel excel-dna mfc pybind11 python r rcpp rstudio shiny winui3

Last synced: 07 Apr 2026

https://github.com/yearing1017/cpp_may5

cpp

cpp

Last synced: 26 Mar 2025

https://github.com/VioletGiraffe/embeddedUI

Embedded UI library for the Arduino framework

arduino cpp cpp-templates graphics-2d

Last synced: 17 Jul 2025

https://github.com/NotCompsky/libcompsky

C++ library used in some of my projects

cpp library mysql qt

Last synced: 03 Apr 2025

https://github.com/kambala-decapitator/mpqsimpleio

CLI to work with MPQ files (for Diablo 2)

cpp diablo2 mpq stormlib

Last synced: 26 Apr 2026

https://github.com/genebit/my-cp-template

My Competitive Programming Template Guide

competitive-programming cpp template

Last synced: 18 Mar 2025

https://github.com/0xvpr/vpr-deviate

C99/C++20 Header only library for dependency free function hooking in windows.

cplusplus cpp cpp11 cpp17 cpp20 detour-hook function-hooking hacking-tool header-only hook library

Last synced: 17 Jul 2025

https://github.com/superpuero/kawa_arena_allocator

Fast, single-header and modern, allocator solution for c++ 17

arena arena-allocator cpp cpp17 game-development memory

Last synced: 25 Jun 2025

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

C++ language specific code examples.

alogrithms cpp cpp11 cpp17 std stl

Last synced: 17 Jul 2025

https://github.com/0xisk/exploring-cpp

A repository focused on learning and practicing the C++ language.

cpp cpp-course cpp11 cpp14 cpp17 cpp20 learning-by-doing

Last synced: 24 Aug 2025

https://github.com/kiko-g/feup-prog

FEUP PROG | Programming | 2018/19

cpp project

Last synced: 17 Mar 2025

https://github.com/ubpa/learnqt

cpp qt

Last synced: 17 May 2026

https://github.com/petrenko-alex/ai-flat-price

[Архив 2015] Расчет стоимости недвижимости с помощью нейронной сети / Real estate price calculation via neural network

alglib artificial-intelligence cpp neural-network qt real-estate-price visualstudio

Last synced: 18 May 2026

https://github.com/fujiwarachoki/bytrixlang

An easy to learn and use, interpreted programming language written in C++.

bytrix cpp programming-language

Last synced: 17 Jun 2025

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/engichang1467/3d-cube

Created a 3D rotating Cube with OpenGL and C++

cpp freeglut glew opengl

Last synced: 18 May 2026

https://github.com/tangilj/onitama

AI for the Onitama board game, written in C++.

ai board-game cpp onitama

Last synced: 05 Apr 2025

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

C++ Game Engine from scratch

cpp game game-engine

Last synced: 21 Jul 2025

https://github.com/jdm-github/jdm-language

JDMLanguage is my own language, it mainly created with ability to have freedom and constraint. It draws inspiration from Python's versatility while introducing its own distinctive features.

cpp jdm lang

Last synced: 12 Sep 2025

https://github.com/brainiac2677/cse-208-data-structures-and-algorithms-2

My implementations of offline and online assignments of the course CSE208.

cpp data-structures-and-algorithms

Last synced: 18 Jul 2025

https://github.com/analyzable-fr/jotform-api-qt

C++ API for Jobform

cpp jobform library qt

Last synced: 18 May 2026

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/blagojeblagojevic/notepad-clone

Notpad clone

c cpp notpad qt5

Last synced: 10 May 2026

https://github.com/oleg-nenashev/wiremock-googletest-demo

Demo: Using WireMock with Testcontainers for C/C++ in Google Test

api cpp demo testcontainers testcontainers-c wiremock

Last synced: 28 Mar 2025

https://github.com/utsavkash19/dsa-codes-snippets

Code Snippets for Data Structures and Algorithms. Problems from LeetCode, Codeforces and CodeChef for practice.

algorithms coding-challenges competitive-programming-reference cpp data-structures interview-preparation interview-questions

Last synced: 12 Jun 2025

https://github.com/amlel-el-mahrouss/stdx

Standard C++ extensions for utility purposes

cpp library utilities

Last synced: 20 Mar 2025

https://github.com/liulilittle/microsoft.net.system.random

In the standard "C/C++" language above the implementation of "Microsoft.NET Framework System.Random" Random number class.

class cpp dotnet implementation net random system

Last synced: 15 May 2026

https://github.com/lostsh/stickgame

A tiny game on arduino with LCD Display (16*2)

arduino arduino-game arduino-lcd arduino-nano arduino-uno cpp game lcd lcd-display lcd16x2 tiny-game

Last synced: 02 May 2026

https://github.com/brainstone/string-tomfoolery

A silly little library that explores what fun stuff you could do with strings and operators in C++...

cmake cpp cpp23 library string string-manipulation template

Last synced: 19 Jul 2025