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/nandite/memory-units

A C++11 utility for versatile memory size representation. Inspired by std::chrono, it offers types for memory sizes in both Base 10 and Base 2 systems, supporting compile-time literal operators and also both integer and floating-point backed types.

cpp cpp11 memory metaprogram metaprogramming size size-calculation units units-converter units-measures-converter units-of-measure units-of-measurement unitsofmeasurement

Last synced: 02 Feb 2026

https://github.com/hbkabir004/mynumericalanalysis-in-c

I'd solved all these problems for my Numerical Analysis sessional course.

c cpp

Last synced: 14 May 2026

https://github.com/first-coding/qt_chess

This is QT_Chess Project.

cpp qt5

Last synced: 09 Mar 2026

https://github.com/KrutoiMag/TurboINI

Стараюсь написать максимально быстродействующую библиотеку C++ для чтения файлов ".ini" формата.

cpp cpp17 fast ini ini-parser xmake

Last synced: 04 Oct 2025

https://github.com/sidd-a1421/dsa-in-cpp

Here i will upload all LeetCode DSA problem i have solved

cpp cpp20 dsa dsa-practice

Last synced: 04 Oct 2025

https://github.com/connorsweeneydev/resourcegenerator

A small executable that reads all the files supplied to it into a C++ compilation unit in a format accepted by my SimpleGameEngine.

cpp developer-tools utility

Last synced: 13 Aug 2025

https://github.com/allenvox/ray-tracer

Basic C++ ray tracing program based on book series by Peter Shirley

cmake cpp cpp17 geometry graphics path-tracing raytracer raytracing

Last synced: 13 Aug 2025

https://github.com/harr1424/cpp-file-sizes

A simple command line tool to find large files within a specified directory.

cpp filesystem

Last synced: 11 Sep 2025

https://github.com/jsoulier/geo_names

SQLite3 database for geonames.org using FTS5 for fuzzy matching

cpp geonames imgui sqlite sqlite3

Last synced: 08 Jul 2026

https://github.com/shaina-gh/token-seperation-using-files

A C++ program for lexical analysis that classifies tokens from source code using file input.

compiler-design cpp file token-seperation

Last synced: 11 Aug 2025

https://github.com/rahulc0dy/plat-engine

A platformer game engine

cmake cpp game-engine visual-studio

Last synced: 13 Aug 2025

https://github.com/im-razvan/x86-writeprocessmemory-hook

Hooks the WriteProcessMemory function in x86 (32-bit) Windows processes and saves the lpBuffer parameter.

cpp dll dumper hook reverse-engineering writeprocessmemory

Last synced: 14 Aug 2025

https://github.com/WerdsMind/Estructuras_de_datos

colección de implementaciones de estructuras de datos y algoritmos fundamentales escritos en C++

console-application cpp data-structures double-linked-list executable graph pointers pointers-and-arrays proyects tree-structure

Last synced: 04 Oct 2025

https://github.com/yjhmelody/hdoj

记录自己的题解

cpp oj

Last synced: 14 Aug 2025

https://github.com/nir3x/varsizedint.cpp

VarsizedInt - Variable-Sized Integer Encoding

c-plus-plus cpp efficiency encoding integer storage variable-sized

Last synced: 22 Jun 2025

https://github.com/bringfeel/exchange-method

School work of exchange method in c++

c-plus-plus code cpp easy exchange math multi number numbers simple tidy

Last synced: 20 Jul 2025

https://github.com/john-science/learncpp

Working through the learncpp.com examples

c-plus-plus course coursework cpp education examples tutorials

Last synced: 13 Oct 2025

https://github.com/that-prod-guy/journey-planner

A console application to plan your journeys across 60 cities.

cpp data-structures-and-algorithms dsaincpp

Last synced: 15 Aug 2025

https://github.com/gvatsal60/tcp-ip-pkt-gen

🌐📤 Efficiently create TCP/IP packets with our generator. Tailor-made for network testing, simulation, and educational purposes, it swiftly crafts packets to meet your specific requirements.

c cpp cpp17 docker make makefile packet-generator tcp tcp-ip

Last synced: 08 May 2026

https://github.com/wild-queue/stella

A tool for checking types in the stella functional programming language. The repository also contains tests to check if the tool works correctly

bnfc cmake cpp makefile

Last synced: 18 May 2026

https://github.com/ypatel2022/gravity-simulation

A gravity simulation using Netwon's Laws of physics.

cpp sfml simulation

Last synced: 10 Nov 2025

https://github.com/felixbd/rubiks-cube-old-pochman

Rubik's Cube solver using Old Pochmann in C++

cpp hacktoberfest rubiks-cube-solver

Last synced: 15 Aug 2025

https://github.com/prophetru/githubunfollowerschecker

Find GitHub users you follow who don't follow you back

cpp cpr json

Last synced: 17 May 2026

https://github.com/ravixpanchal/gfg-potd

This repository contains structured and optimized C++ solutions to the GeeksforGeeks Problem of the Day (POTD).

cpp dsa-algorithm dsa-learning-series geeksforgeeks-cpp gfg-cpp ravixpanchal

Last synced: 28 Aug 2025

https://github.com/hary309/mineclone

Minecraft clone created in Modern C++ and OpenGL for educational purpose

cpp minecraft opengl

Last synced: 17 May 2026

https://github.com/mohammadmahdi-abdolhosseini/advanced-programming-course

Advanced programming course projects

cpp makefile

Last synced: 16 Aug 2025

https://github.com/bengreenier/vcpkg.nuget-example

An example msbuild c++ project that leverages vcpkg.nuget for dependencies 📦

cpp dependency-manager example-project vcpkg

Last synced: 16 Aug 2025

https://github.com/cctechyashdoshi/stltodattranslator

Convert STL to DAT in just one click!

converter cpp cpp17 dat-files stl yash-doshi

Last synced: 16 Aug 2025

https://github.com/sowinskibraeden/flamios

A basic OS to help me learn low level systems

assembly cpp os

Last synced: 17 May 2026

https://github.com/vauxhat/pmd-text-generator

An experimental application which renders a dialogue box similar to that seen in the early Pokémon Mystery Dungeon games.

c-plus-plus cpp pokemon-mystery-dungeon pugixml sfml sfml2

Last synced: 05 Apr 2025

https://github.com/nigeparis/42-cpp-01

Say hello to CPP Module 01! It’s a magical collection of exercises to transport you into the enchanted realm of C++. Here, you’ll discover the secrets of memory allocation, unlock the mysteries of pointers to members, master the art of references, and conquer the powerful switch statements.

cpp cpp-learning cpp98

Last synced: 16 Aug 2025

https://github.com/dattali18/cpp-math-library

This is a repo for learning to code a math library in cpp to 1. better my cpp skills 2. better my deep-learning & ML understanding

cmake cpp deep-learning ml neural-network

Last synced: 20 Jul 2025

https://github.com/hansalemaos/cppvecstring

C++ string vector for Python

cpp string vector

Last synced: 05 Oct 2025

https://github.com/kammitama5/csis280proj

CSIS 280 #3406 | Spring 2018 Glendale Community College | MinusMinus Interp. Project

cpp interpreter

Last synced: 16 Sep 2025

https://github.com/an4xdev/podstawyprogramowaniaprojektcalkametodatrapezow

Projekt semestralny na temat: "Projekt i implementacja programu obliczającego całkę złożoną metodą trapezów."

cpp integrals math

Last synced: 17 Aug 2025

https://github.com/pashamakhilkumarreddy/codefights-arcade

Efficient Solutions to 100+ problems in CodeFights Arcade written in C++, Python, Julia, Go, JavaScript.

cpp golang javascript julia python3

Last synced: 10 Apr 2026

https://github.com/whdhdyt21/coffeeshop-cashier

Aplikasi Coffee Shop Order Management adalah sistem pemesanan sederhana yang menggunakan Double Linked List dalam C++ untuk menyimpan, mengedit, menghapus, mencari, dan mengurutkan pesanan kopi.

cashier-system cpp double-linked-list

Last synced: 17 Aug 2025

https://github.com/ilovenooodles/coding-problem

This is my coding journey filled with solutions of problem that i worked on in leetcode, codeforces, atcoder, etc.

atcoder codeforces cpp go java javascript leetcode

Last synced: 25 Jan 2026

https://github.com/muzakkirhossainminhaz/cpp-projects

A repository for practicing and showcasing C++ programming projects.

cpp cpp-programming

Last synced: 02 Jul 2026

https://github.com/chopin11/CS-Books

分享高清计算机经典书籍,资源包括:Linux、C/C++、Java、Python、Golang、数据结构与算法、操作系统、后端架构、数据库、网络协议、设计模式、前端,以及常见高频的面试题。

books c cpp go golang java js linux python

Last synced: 28 Aug 2025

https://github.com/themarlboroman/tools

Common tools for various projects.

app-development cpp game-development toolkit

Last synced: 05 Oct 2025

https://github.com/robroseknows/umbc-cs341

My solutions to Data Structures projects. Built on C++98 in Fall 2016

college-assignment cpp umbc

Last synced: 17 May 2026

https://github.com/eoan-ermine/cppcorehard-autumn-2018

Slides for C++ Corehard Autumn 2018 conference

conference cpp cppcorehard

Last synced: 18 Aug 2025

https://github.com/the-bifrost/gateway-lib

🔧 Biblioteca compartilhada que provê as abstrações e utilitários essenciais para serializar, direcionar e gerenciar mensagens entre sensores, atuadores e gateways.

cpp esp32 esp8266 internet-of-things iot

Last synced: 09 May 2026

https://github.com/seyed0123/oxdmarketplace

a basic terminal-based market management system

cpp market-management oop terminal-based

Last synced: 17 Mar 2025

https://github.com/matheusbsilva/object-detection

Implementation of object detection using YOLO and SSD models

cpp object-detection python ssd yolo

Last synced: 19 May 2026

https://github.com/mortza-mansory/learning-crow

Starter CrowCpp single header lib via sql database.

backend cpp crow crowcpp http-client

Last synced: 05 Oct 2025

https://github.com/shivendrra/tqdm.c

python's tqdm library for c/c++ codebases

c c-cpp cpp tqdm tqdm-in-c tqdm-in-cpp

Last synced: 15 May 2026

https://github.com/ankush-003/algorithms-in-cpp

learning algorithms in C++

algorithms cpp dsa

Last synced: 21 Mar 2025

https://github.com/gotbordom/daemon-template

Basic Linux Daemon Template

cpp linux

Last synced: 17 May 2026

https://github.com/abdelrahmanelsokary/3d_printer

Open-source 3D printer project based on Arduino Mega 2560 and RAMPS 1.6. Includes Marlin firmware configuration, hardware setup, slicer profiles, and automation scripts. ("Unfinished").

3d-printing arduino-mega2560-board c cad cpp electronics firmware-library hardware javascript linker-script marlin-config marlin-firmware mechanical-design open-source-hardware python ramps shell stepper-motor stl switchboard

Last synced: 19 Aug 2025

https://github.com/meta-ben/mosaicmaker

2017 - C++ / OPENCV Mosaic making tool

cpp mosaic opencv

Last synced: 17 May 2026

https://github.com/veresdavid/cpp-bmp-reader

A desktop application that manually processes and displays a BMP image.

bmp cpp windows

Last synced: 02 May 2026

https://github.com/crissalvarezh/addcodigocenandroid

Proyecto de ejemplo para integrar código nativo en C en Android.

android c cpp java jni jni-android ndk

Last synced: 13 Apr 2026

https://github.com/bardifarsi/picalculator

a C++ program that demonstrates the use of a thread pool for efficiently calculating the value of PI using multiple threads. The program utilizes a thread pool to distribute the computation of PI across available CPU cores, improving performance through parallel processing.

cpp cpp14 cpp17 cpp20 multi-threaded multi-threading multi-threads multiprocessing multithread multithreaded multithreading parallel-computing parallel-processing parallel-programming pi pi-calculator thread thread-pool threadpool

Last synced: 19 Jul 2025

https://github.com/andreysolovyev381/hash_table_no_invalidation

C++20 hash table that never invalidates its pointers and iterators. Slightly better than std::unordered - see ./benchmark

cpp cpp20 data-structures hash-table hashmap hashtable header-only invalidating invalidation

Last synced: 08 Jul 2026

https://github.com/helleb0re/cpp-transport-catalogue

Транспортный справочник

cpp cpp17 graph-algorithms protobuf

Last synced: 18 Jul 2025

https://github.com/henriquestocco/my-notes

Repositório dedicado ao meu aprendizado e de coisas (para futuras consultas)

asmx64 bash c cpp docker javascript nodejs typescript

Last synced: 10 Apr 2026

https://github.com/abdul-rahman99/librarysystem

The C++ Library System App is a console-based application that helps manage a library system. It is built using C++ and follows the principles of object-oriented programming (OOP) for organizing and managing the codebase.

cpp cpp17 library-management-system library-system oop oop-cpp oop-principles

Last synced: 18 Jul 2025

https://github.com/miha53cevic/simplefps

A very basic and simple First Person Shooter Engine inspired by javidx9's Console FPS

cpp fps-game sfml

Last synced: 20 Aug 2025

https://github.com/seng3694/sudokusolver

C++ Sudoku Solver using the backtracking algorithm

backtracking backtracking-algorithm cmake cpp sudoku sudoku-solver

Last synced: 20 Aug 2025

https://github.com/makcoder-2004/advanced-cpp-sheet

The C++ Advanced Level Sheet repository provides practical examples to help developers master advanced C++ topics . With clear, concise code illustrations, it simplifies complex concepts, making it ideal for developers seeking to deepen their C++ knowledge through hands-on learning.

cpp

Last synced: 20 Aug 2025

https://github.com/ujiro99/mock-generator

C++ mock generator using FakeIt.

cpp ctags fakeit golang mock testing

Last synced: 16 May 2026

https://github.com/generaltao2/qt-opengl-graph

Test 3D grafic core

cpp glsl opengl

Last synced: 03 May 2026

https://github.com/gaurav0502/operating-systems-lab

These are the various lab experiments done as partial fulfillment of Operating Systems Course

cpp linux operating-system procedure-calls process scheduling-algorithms system-call

Last synced: 21 Aug 2025

https://github.com/brendanburkhart/pidsim

Tool for simulating and visualizing the tuning of PID controllers

cpp frc pid-controller qt robotics robotics-control

Last synced: 29 Apr 2026

https://github.com/skt1803/live-assembly-extension

VS Code extension for real-time C/C++ assembly output with Intel/AT&T syntax, optimization levels, and source mapping.

assembly c compiler cpp live-asm vscode-extension

Last synced: 10 Apr 2026

https://github.com/sohan10012/cplusplus

C++ codes

cpp

Last synced: 18 Jul 2025

https://github.com/grgomariani/python-boost-module-cpp

Should you need to compile Python modules written in C++ using Boost library

boost cpp python python-boost python-modules

Last synced: 17 May 2026

https://github.com/berkemuftuoglu/algo

Just some cpp scripts which could be useful in a coding interview

algorthims cpp leetcode

Last synced: 21 Aug 2025

https://github.com/JayTwoLab/test-ccspriterx

CCSpriterX for Brash Monkey Spriter SCML (C++/Cocos2d-X)

brash cocos2d-x cpp monkey scml spriter

Last synced: 17 Jul 2025

https://github.com/thimc/cmpdb

editor agnostic tool for generating json compilation database files

c clangd cli compilation-database cpp makefile

Last synced: 07 May 2026

https://github.com/y1r/reversi

reversi/othello game in c++.

cpp reversi

Last synced: 17 Jul 2025

https://github.com/shashwat9kumar/rna_sequencing_and_genome_analysis

A project to sequence the RNA from actual error prone reads from a PCR process and then to analyze the sequenced protein sequence

cpp dna dna-sequences gnuplot graph-theory pcr-process rna rna-seq-analysis sequencing

Last synced: 21 Aug 2025

https://github.com/mohamedsaid-sd/3

A repository dedicated to exploring the significance of the number 3 in various cultures, mathematics, and symbolism. Delve into the mystical and mathematical properties of this enigmatic digit through code, analysis, and creative interpretations.

androidstudio clion cpp data-visualization django gemma jetbrains llama lua nodejs opengl trinitycore vue webstorm

Last synced: 10 Apr 2026

https://github.com/jayadityas/supermarket_bill_system

This is a billing system implemented using only OOPS and file handling in C++.

cpp file-handling

Last synced: 17 Jul 2025

https://github.com/kareraolivier/flutter-ecommerce-app

This is the flutter e-commerce app

c cmake cpp dart html swift

Last synced: 10 Apr 2026

https://github.com/rebelorc/booking-system

This project is a booking system like a cinema or theater.

booking-system cpp

Last synced: 21 Aug 2025

https://github.com/haxo-games/antidebug

Windows x86_64 anti-debugging sandbox (Work in progress)

anti-debugging cpp malware-analysis reverse-engineering security terminal windows x86-64

Last synced: 17 Jul 2025

https://github.com/hsll175848494/lfthreadpool

基于栈分配任务容器的 C++11 仅头文件线程池 | A header-only C++11 thread pool based on stack-allocated task containers

cpp header-only load-balance muti-platform threadpool

Last synced: 17 Jul 2025

https://github.com/jvanz/algorithms

algorithms for fun =]

algorithm algorithm-study cpp

Last synced: 25 Dec 2025