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/rayzhuca/eggshell-db

Relational database model built in C++

cpp dbms

Last synced: 05 Apr 2025

https://github.com/ryomendev/dsa

This repository is dedicated to learning and practicing Data Structures and Algorithms (DSA). It contains solutions to various problems, ranging from basic to advanced topics, helping enhance problem-solving skills and understanding core DSA concepts through hands-on coding.

algorithms algorithms-and-data-structures cpp data-structures

Last synced: 03 Jul 2026

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/mbellman/palace

A 3D grid-aligned adventure game.

3d cpp dungeon-crawler gamedev graphics opengl

Last synced: 20 May 2026

https://github.com/upes-open/scientific-calculator

Scientific Calculator written in C++ using OOPS concepts with features like add on memory.

cpp

Last synced: 15 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/lhx077/betterstring

A high-performance, modern, and easy-to-use string processing library for C++and C

c c-lib c-library c-plus-plus c-string cpp cpp-lib cpp-library cpp-string library optimization string

Last synced: 22 Jun 2025

https://github.com/ra1nyxin/fasttextsearch

Accelerated text search engine in C++ designed for large file systems. Implements parallel file discovery and content scanning using the Boyer-Moore-Horspool algorithm for rapid results

algorithm cpp cpp17 filesystem msvc msvc2022 search windows

Last synced: 19 May 2026

https://github.com/gusinacio/epos-riscv

Implementation of OS epos in RiscV for INE5424

cpp risc-v

Last synced: 04 Jul 2026

https://github.com/anmamun0/phitron-contest-solutions

A collection of solutions from various coding contests, showcasing problem-solving skills and algorithmic techniques in competitive programming.

cpp

Last synced: 05 Apr 2025

https://github.com/saqibbedar/cpluspluslearninghub

Explore a comprehensive collection of C++ programs ranging from fundamentals to pointers, created during my first semester. Ideal for computer science students and learners mastering C++, providing hands-on practice and insights into object-oriented programming and beyond.

cpp cpp-programming cppnotes learncpp learning-notes

Last synced: 04 Apr 2025

https://github.com/alirn76/n-queens

N Queens Problem

algorithms cpp n-queens

Last synced: 04 Jul 2026

https://github.com/staxfur/foxspace

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

cpp fox hpp library universal

Last synced: 25 Jun 2025

https://github.com/ysoroko/cpp_module_07

C++ Introduction, module 7/8

19 42 array cpp cpp07 iter max min piscine swap templates

Last synced: 05 Nov 2025

https://github.com/chkg2a/increase-image-size

This is a project build because of dumb stupid requirements setup for making the images size between some arbitrary values

cpp image image-manipulation

Last synced: 12 Sep 2025

https://github.com/luisfelipepoma/engine_game_with_c

Learning about Game Engines in C

cpp game-development

Last synced: 02 May 2026

https://github.com/isho-0/solved-ac

solved.ac 문제 해결 알고리즘을 기록하는 저장소

cc cmakelists cpp cpp17 solved-ac study-notes

Last synced: 17 Sep 2025

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

Ch. 2, Lesson 2, Input

cpp learning learning-cpp

Last synced: 28 Mar 2025

https://github.com/grandechowhiskey/harvard-cs50-x-projects

This project contains a collection of programming assignments from CS50’s Introduction to Computer Science course.

c cpp cs50x css flask html javascript python qt sql

Last synced: 30 Dec 2025

https://github.com/aurelenc/epilogger

A CPP Logger without arbitrary code execution

cmake cpp logger

Last synced: 13 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/jakubriegel/cjr

Library adding some nice stuff to C++ [in development, currently only numbers are available]

cpp

Last synced: 27 Mar 2025

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

Примеры ускорения рекомпиляции с помощью Ccache.

ccache cpp examples recompilation

Last synced: 03 Jul 2026

https://github.com/nsubiron/configure-pyz

Simple C++ build system for gcc and clang compilers.

build-system build-tool clang cpp gcc

Last synced: 20 May 2026

https://github.com/ifpabelem/projetos_calculo_i

Projetos de programação apresentados na disciplina de Calculo I.

calculo cpp ifpa matematica

Last synced: 02 Sep 2025

https://github.com/happyrao78/codsoft

"Explored fundamental C++ concepts with three console-based projects: a Number Guessing Game, Simple Calculator, and a To-Do List Manager. Enhancing my coding skills by implementing interactive and practical solutions."

cpp oops-in-cpp

Last synced: 29 Mar 2025

https://github.com/xtenzq/cpplearning

Everything I did as part of C++ learning course including competitive programming

cpp learning

Last synced: 21 Mar 2025

https://github.com/clausklein/samples

short c++ samples, some from CppCoreGuidelines

clang-format clang-tidy cmake cpp

Last synced: 06 Apr 2025

https://github.com/viztruth/c-and-cpp-practice-problems-with-solutions

👉Well curated repo. containing solutions for all the practice questions that I've solved while I was learning C and C++. 💡Check the README for categorized questions. This repo. can be useful for beginner and intermediate-level C or C++ programmers. If you found this repo. useful, don't forget to star the repo and give a follow.

array-manipulations c c-plus-plus c-programming cpp data-structures data-structures-and-algorithms linked-list matrices practice practice-exercises practice-problems programming solutions string-manipulation

Last synced: 16 May 2026

https://github.com/shivamm-verma/learn-cpp

This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.

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

Last synced: 29 Mar 2025

https://github.com/sameetasadullah/count-and-display-command-line-arguments

A simple C++ program to count and display command line arguments

command-line-arguments cpp linux ubuntu

Last synced: 17 May 2026

https://github.com/dimchtz/cpp-timer

A simple timer for C++.

cpp cpp-timer timer

Last synced: 28 Mar 2025

https://github.com/vcputtini/squidlogparser

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

cpp cpp17 http http-proxy https lib library parser squid squid-proxy

Last synced: 01 Jan 2026

https://github.com/shadowmitia/fractal_flame

C++ implementation of the Fractal Flame Algorithm

cpp fractal-algorithms fractal-flame fractal-rendering fractals

Last synced: 18 May 2026

https://github.com/tom474/time_bank_system

[RMIT 2023C] EEET2482 - Software Engineering Design - Group Assignment

algorithms cpp data-structures object-oriented-programming

Last synced: 09 Oct 2025

https://github.com/kojobailey/binary-cpp-library

A C++11 library for parsing the binary data of files and whatnot both easily and cleanly.

binary cplusplus cpp cpp20 cpp23 hpp library single-include

Last synced: 22 Mar 2025

https://github.com/0xjonaseb11/stack__dsa_practical_exam

DSA Practical exam | Algorithms | Data Structures

algorithms cpp datastructures stack

Last synced: 13 Mar 2025

https://github.com/kougen/cpp-tic-tac-toe

An Online/Offline multiplayer Tic-Tac-Toe written in C++

cli-game cpp multiplayer tictactoe

Last synced: 10 Jul 2025

https://github.com/aryan-programmer/universal-cpp

Universal C++ language extensions

boost boost-libraries cpp cpp-lib cpp-library cpp17

Last synced: 09 Jul 2025

https://github.com/freddie-nelson/cpp-verlet-physics

A simple verlet physics engine written in C++

cpp physics physics-2d sdl2 verlet-integration verlet-physics

Last synced: 08 May 2025

https://github.com/copenair/arduino

a repository for the arduino part of the codebase

arduino cpp

Last synced: 25 Oct 2025

https://github.com/hoomaac/tardis

Remote backup tool based on Git packfile and rolling checksum

backup backup-tool cpp cpp17 tool

Last synced: 30 Mar 2025

https://github.com/rukamuel/dns

cpp dns

Last synced: 20 Mar 2025

https://github.com/soreing/rpc-service-cpp

Remote Procedure Call service library in C++

cpp metaprogramming remote-procedure-call rpc windows

Last synced: 28 Apr 2026

https://github.com/vovandreevik/bifurcation-analysis-in-dynamical-systems

This project involves analyzing the stationary solutions of a system of differential equations depending on the parameter p4 .

bifurcation cpp differential-equations eigenvalues jacobian mathematical-modelling

Last synced: 16 May 2026

https://github.com/heshamalsaqqaf2/problem-solving-at-assiut-university

This repository is a collection of solutions to Assiut University - Egypt programming exercises and problems found on CodeForces.

cpp problem-solving

Last synced: 29 Oct 2025

https://github.com/winstonliyt/hospital-registration-system-developmentqt

Qt-based Hospital Registration System for Course 100165 Project

cpp data-science hospital-management-system qt6 visualization

Last synced: 16 May 2026

https://github.com/kamilpolok/acssimulation

Automatic Control System Simulation. Allows for simulation of various scenarios using different controllers, control objects and actuators

cmake controlsystem cpp cpp17 googlemock googletest gtest pid pid-control

Last synced: 02 Jan 2026

https://github.com/dstoyanov0/cpp_school

VHSE "John Atanasoff" C++

cpp cppprogramming cppprojects

Last synced: 13 Sep 2025

https://github.com/arindam2003/cpp_dsa

This Repo Contains Data Structures and Algorithm in C++ in organize manner. It have all Problem from Basic to Advanced and Compititie Program

cpp data-structures data-structures-and-algorithms dsa dsa-algorithm dsa-cpp

Last synced: 17 May 2026

https://github.com/bezarhere/pygnu

Project manager & builder for GCC

build-tool c cpp gcc gcc-builds gcc-complier

Last synced: 11 May 2026

https://github.com/karanchawla/programmingpractice

This repository contains my implementations of common algorithms and data structures. It also includes some competitive coding problems solutions.

cpp cpp-primer geeksforgeeks leetcode programming-language

Last synced: 19 May 2026

https://github.com/sameetasadullah/calculate-factorial-using-fork

A simple C++ program to find factorial of given number using fork system call

cpp factorial fork linux ubuntu

Last synced: 17 May 2026

https://github.com/uchuhimo/sparkle

An actor system for C++

actor cpp

Last synced: 28 Mar 2025

https://github.com/zimmerrol/yaolaw

C++ library wrapping basic linear algebra functions of BLAS/LAPACK

blas cpp lapack linear-algebra linear-algebra-library

Last synced: 03 Apr 2025

https://github.com/mohamed-khairy111/hugo

A basic web browser with its own engine

browser browser-engine cpp electron web

Last synced: 28 Mar 2025

https://github.com/p4dro-dev/display_lcd_arduino12c_simplificado

Na disciplina de Eletricidade, e Eletrônica, docurso de Técnico em Informática que estou realizando, fizemos um projeto simplifcado com Arduino. Não sendo necessário usar a ProtoBoard. E sim, Placa 12c + Arduino + Cpp!

arduino-display arduino-library cpp cpp-programming lcd-panel lcd16x2

Last synced: 31 Jul 2025

https://github.com/monthdev/memly

Smart, spaced repetition flashcard program written in C++ and Qt.

cmake cpp duckdb fsrs qml qt sql

Last synced: 16 May 2026

https://github.com/zainalibora/hyperion

Hyperion is an open-source project designed to streamline data analysis and visualization. It offers a user-friendly interface that allows users to easily manipulate datasets and generate insightful reports.

ambilight api atmoorb cololight cpp effects hue measure mood nanoleaf obfuscation obfuscator raspberry sk6812

Last synced: 17 May 2026

https://github.com/alexandernistor04/one-handed-arduino-gaming-keyboard

A half-length, one handed gaming keyboard made to be used alongside a mouse to play games. Built on an Arduino pro micro, has support for mechanical keyboard switches, has individually programmable LEDs, has a thumb stick with mouse functions, and uses custom PCBs.

3d-printing arduino circuits cpp electronics fusion360 gaming keyboard mechanical-keyboard pcb-design soldering

Last synced: 19 May 2026

https://github.com/simone-contorno/rt-assignment-2

Research Track 1 - Second assignment - Control of a robot in a simulated environment

cpp engineering robot robotics ros

Last synced: 30 Apr 2026

https://github.com/vcputtini/impala-udf-cpp

Development of native C++ UDFs/UDAFs for Apache Impala.

apache-impala big-data cloudera cpp cpp11 udf

Last synced: 16 Jul 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/irobot42/deitels-cpp-11e

My solutions for C++ How to program 11e book // WIP

11e c-plus-plus cpp deitel exercises how-to-program solutions

Last synced: 05 Apr 2025

https://github.com/dup4/struct-tags-cpp

reflect for morden c++

cpp reflect

Last synced: 17 Jul 2025

https://github.com/matt-gretton-dann/gd-posix-apps

Implementation of POSIX Applications

cpp posix

Last synced: 22 Feb 2026

https://github.com/mcquerol/studentdb-poco-cpp

C++ student database using POCO libraries. Demonstrates OOP and database management.

class-design cpp doxygen inheritance object-oriented-programming stl-containers student-db uml

Last synced: 16 May 2026

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/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/i5-650/turb-os

A small OS made in C/C++, made for a supervized project ! This project is NOT an example

c cpp operating-system os school-project

Last synced: 17 May 2026

https://github.com/sunsided/sfnd-notebooks

Rough collection of material and exercises from the Sensor Fusion Nanodegree program. YMMV.

cmake cpp sensor-fusion udacity udacity-nanodegree udacity-sensor-fusion-nanodegree

Last synced: 07 Apr 2025

https://github.com/lucasoptml/opcplusplus

compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. translating compiler technology similar to babel and typescript .

compiler cplusplus cplusplus-03 cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-98 cpp extended-reality jc metaprogramming reflection template-metaprogramming typescript ukraine ukraine-tech ukrainewar virtual-reality

Last synced: 28 Jan 2026

https://github.com/toxe/google-benchmark

C++ Benchmarks with Google Benchmark

benchmark cmake cpp google-benchmark

Last synced: 22 Mar 2025

https://github.com/nchimunyascripts/auction-marketplace

This is a Flask web application that implements a simple auction system. Users can register, login, create auctions, place bids, update auctions, and delete auctions. Follow te link to check out the live demo if any case you can refresh the page

c cplusplus cpp css3 cython flask flask-application flask-sqlalchemy html-css-javascript html5 javascript jquery jquery-plugin jwt-authentication jwt-token powershell python3

Last synced: 12 Apr 2026

https://github.com/jtbandes/get_cuts

Data processing and histogram calculation for particle jets

cpp physics

Last synced: 05 Apr 2025

https://github.com/horazont/dragonstash

A transparent block-wise file system cache overlay with libfuse3, written in C++.

cache cpp fuse-filesystem sftp-client

Last synced: 05 Apr 2025

https://github.com/engineersbox/cpp-lru-cache

A C++ implementation of a Least Recently Used cache

cpp lru-cache

Last synced: 22 Mar 2025

https://github.com/bestmahdi2/uni__directxhumanwalkerdetailedenvironmentproject

A university project in which a walking human is designed with DirectX 9 and the surrounding environment is also designed

cpp detailed detailed-environment directx directx-environment directx-human directx-programming directx9 human human-walking walker

Last synced: 17 Jun 2025

https://github.com/vvhacker007/rube-goldberg-machine

✨Implementation of multiple data structures as Rube's Goldberg Machine 🤖 using c++✔.

algorithms cpp data-structures sorting

Last synced: 29 Mar 2025

https://github.com/rakesh9100/internship-training-practice--dsa--cpp

This repository contains some basic concepts of C++ and some important Data Structures & Algorithms problem solutions.

cpp data-structures-and-algorithms practice training

Last synced: 20 Mar 2025

https://github.com/ali-el-badry/encryption-decryption-program

How can you keep your password and your information safe?!

cpp decryption encryption

Last synced: 21 Jun 2025

https://github.com/cppplayground/simple-threadpool

a simple and lightweight header only ThreadPool for your tasks

cpp cpp11 cpp14 cpp17 cpp20 header-only thread-pool

Last synced: 30 Dec 2025

https://github.com/taharachedi/atm-system

💼 ATM System in C++ – A console-based application for secure ATM banking, offering login, quick withdrawals, normal withdrawals, deposits, and balance checks, with data securely stored in text files. 🏦💳

console-application cpp enums problem-solving string-manipulation struct

Last synced: 20 Mar 2025