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/xorz57/profiler

Profiler written in C++11

cpp profiler

Last synced: 24 Mar 2025

https://github.com/xorz57/portscanner

Port Scanner written in C++20

cpp port-scanner tcp-port-scanner

Last synced: 24 Mar 2025

https://github.com/wtrsltnk/system.net

Partial c++ implementation of .NET System.Net classes

cpp net system-net systemnet sytem winsock2

Last synced: 11 Apr 2026

https://github.com/amanoteam/kal

A GCC cross-compiler targeting Kobo

c cpp cross-compiler gcc kobo

Last synced: 13 Mar 2025

https://github.com/omr-ql/solving-numbers-problems

Here Where I solve some problems in mathematics and programming concepts.

cpp number-programs problem-solving programming python

Last synced: 17 May 2026

https://github.com/spafic/asu_seniorproject_dp

ASU_SeniorProject_DP is a senior project showcasing the use of the Builder Design Pattern for text conversion. It processes RTF-like input and converts it to formats like ASCII, TeX, and a custom text widget format. The project demonstrates efficient text processing and modular design.

builder-pattern cpp java python textconverter

Last synced: 08 May 2026

https://github.com/leedskiy/external-sort

Just c++ program which sorts an array using external sort. It was done for training c++ skills.

cpp external-sort sort sorting-algorithms

Last synced: 15 Mar 2025

https://github.com/chrisvilches/collision-detection

Collision Detection algorithm in O(log N) made with C++.

algorithms collision-detection cplusplus cpp geometric-algorithms quadtree

Last synced: 16 Mar 2025

https://github.com/gotbordom/linkedin_learning

Work for LinkedIn Certifications and Courses

cpp

Last synced: 17 Jun 2025

https://github.com/gotbordom/ros2_tutorial_my_workspace

Work for personal ROS2 C++ Studying

cpp ros2 ros2-humble

Last synced: 26 Jul 2025

https://github.com/dreamycecil/minesweeperforms

A simple minesweeper game based on Windows Forms using C++. Created with Visual Studio 2013.

cpp game minesweeper minesweeper-cpp minesweeper-game net-framework vs2013 winforms

Last synced: 01 May 2025

https://github.com/prashanthatp/wc-cpp

Unix `wc` tool in C++

coding-challenges cpp cpp17 wc-tool

Last synced: 02 Jul 2025

https://github.com/uilianries/conan-folly-example

Folly example using Conan for blog post

cmake conan cplusplus cpp folly tutorial

Last synced: 18 May 2026

https://github.com/angeligareta/merge-sort-parallelized

Simple implementation of the famous Merge Sort using threads in C++.

cpp merge-sort mergesort thread threading

Last synced: 12 Jul 2026

https://github.com/marianpekar/ebisu

A 2D game engine I'm building for educational purposes.

cplusplus cpp game-dev game-development game-engine imgui sdl

Last synced: 01 Jul 2025

https://github.com/mguludag/task

A generic, header-only C++ task wrapper that supports cancellation, continuations, and result retrieval via futures.

asynchronous cpp cpp11 cpp17 cpp20

Last synced: 10 Jun 2025

https://github.com/kdelmain/eeprom-25lc040a-driver

C++17 driver for the Microchip 25LC040A SPI EEPROM (4Kbit) with abstracted interfaces

cpp cpp17 driver eeprom embedded firmware memory microchip spi

Last synced: 10 Jun 2025

https://github.com/iwnelion/cpp_mine

personal c++ projects i make for practice

cpp

Last synced: 15 Jun 2026

https://github.com/rahedmir/cpp-programs

:floppy_disk: Basic C++ Programs (1st Sem, May 2018)

basic-programming c-plus-plus coading cpp

Last synced: 23 Mar 2025

https://github.com/ifte-13/computer-graphics

Computer Graphs practice repository

algorithms cpp freeglut glut opengl

Last synced: 27 Apr 2026

https://github.com/andre-carbajal/storagesystem

Store the name and weight of a product, the storage cost will depend on its weight, in which a small maintenance cost will be charged, which will also depend on the initial cost obtained.

array arrays cpp storage-manager

Last synced: 19 Apr 2025

https://github.com/sharduljunagade/run-c-cpp-scripts

This repository contains cross-platform scripts for compiling and running C/C++ programs, providing seamless support for Unix-like systems and Windows with automatic cleanup and error handling.

c cpp

Last synced: 18 Apr 2026

https://github.com/alpha74/ihe

My HackerEarth submissions. Maintained from Sep 2020 onwards.

algorithms coding coding-challenge cpp datastructures hackerearth hackerearth-solutions hackerearth-solve

Last synced: 30 May 2026

https://github.com/manucabral/ayed-ejercicios

UTN - Algoritmos y Estructura de Datos

algorithms-and-data-structures cpp utn utn-frba

Last synced: 31 Jul 2025

https://github.com/arizkami/cef-quickstart

a lightweight, cross-platform webview application built with C++ and CEF

bun cef chromium cpp nodejs react reactjs typescript webapp webview windows

Last synced: 12 Apr 2026

https://github.com/vectominist/algorithms2019fall

💻 Solutions to the three programming assignments of the course Algorithms 2019 Fall, NTU EE.

algorithms assignment-solutions cpp ntuee

Last synced: 24 Mar 2025

https://github.com/shriniwasmahajan/cpu_scheduling_algos

A C++ program that simulates various CPU scheduling algorithms and compares their performance metrics.

cpp operating-systems

Last synced: 12 Jun 2026

https://github.com/hydraharish123/cpp-problems

This repository contains all leetcode and codeforces problems that I have solved

cpp

Last synced: 30 Mar 2025

https://github.com/ingkellswith/cplusplus-algorithm

📝algorithm-ground✒️

algorithm cpp data-structure

Last synced: 03 Mar 2025

https://github.com/shumkovd/softwaredev_synthpad

My repository, where I learn more indepth about lower level audio programming.

cpp winapi-application

Last synced: 30 Jun 2025

https://github.com/arskom/updsvc

Update Service

cpp internship service winapi

Last synced: 28 May 2026

https://github.com/gashmob/crossedfingers

C++ testing framework

cpp cpp23 testing

Last synced: 24 Mar 2025

https://github.com/rurlus/patefield

Header only implementation of Patefield algorithm

cplusplus cpp header-only patefield

Last synced: 14 Jun 2025

https://github.com/kulichkoff/huffman

Huffman's compression implementation using C++

binary-tree cmake cpp huffman

Last synced: 01 Sep 2025

https://github.com/danylevych/tic-tac-toe

Game Tic Tac Toe by using SFML libraty

ai-algorithm cpp game-engine gui minmax-algorithm sfml-game

Last synced: 24 Mar 2025

https://github.com/mostafa-wael/hybrid-sorting-algorithm

A hybrid sorting algorithm that is independent of the input sample size and its sorting status 🃏

cpp sorting-algorithms

Last synced: 15 May 2026

https://github.com/urtuba/tea-programming-language

Implementation of a simple programming language using cpp.

cpp data-structures istanbul-technical-university programming-language recursive

Last synced: 16 Mar 2025

https://github.com/syimleang/library_application

A library application for handling and managing books data using C++

cpp dynamic-memory-allocation oriented-object-programming polymorphism

Last synced: 15 Jun 2026

https://github.com/praths71018/task-manager

A Task Manager Program which utilises all OOPs and other concepts in C++

cpp friend-class object-oriented-programming oops-in-cpp operator-overloading task-manager

Last synced: 24 Mar 2025

https://github.com/melardev/cppwxwidgetsbindshell

Bind shell written in Cpp using wxWidgets framework

bind-shell cpp networking pipes process reverse-shell shell sockets wxwidgets

Last synced: 18 May 2026

https://github.com/mohanad-80/cli_snake_game

A classic Snake game implemented in C++.

cpp game snake-game

Last synced: 23 Mar 2025

https://github.com/ebonnal/run-rabbit-run

Jumping Rabbit Game powered by my GPong library

cpp platformer rabbit sdl2

Last synced: 15 Mar 2025

https://github.com/shawaiz-khan/cpp-avl-tree

This project implements an AVL Tree in C++

avl-tree cpp

Last synced: 23 Mar 2025

https://github.com/benslabbert/cpp-mariadb-example

connecting and running simple mariadb queries with cpp

cmake cpp docker mariadb

Last synced: 06 May 2026

https://github.com/ntshvicky/book-record-using-tkinter

An window gui application in python using tkinter and SQLite database

cnn-classification cpp fashion-mnist machine-learning

Last synced: 15 Mar 2025

https://github.com/aaal-dev/webcam-face-rec

Learning of OpenCV, dlib, OpenGL and stuff for face recognition

cpp dlib face-detection glad glfw glm opencv

Last synced: 09 Jul 2025

https://github.com/fesabelilla/operating-system-lab

Operating-System (3.2)

cpp java

Last synced: 17 May 2026

https://github.com/toxe/advent-of-code-2022

Advent of Code 2022

advent-of-code-2022 cpp

Last synced: 30 Jun 2025

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

Project 04 of the 42 Wolfsburg c++ piscine.

42 42wolfsburg cpp cpp04

Last synced: 03 Apr 2025

https://github.com/sainipankaj15/leetcode-solution-by-blacky_bomb_15

This repository contains my LeetCode solutions that have been successfully submitted, as well as my logic with an explanation and another best solution.

algorithm cpp leetcode leetcode-solutions

Last synced: 21 May 2026

https://github.com/duaa-a/bigrealapplication

Handle large decimal and real numbers with ease.

bignumbers cpp

Last synced: 16 Mar 2025

https://github.com/matesxs/xmlbuilder

Single header library for C++ used to programratically create XML documents

builder cpp cpp20 document generator library single-header xml

Last synced: 24 Mar 2025

https://github.com/namratha2301/drdo-internship

A GUI-based application designed with Qt for tracking, analyzing, and visualizing weapon information. This project integrates custom plotting capabilities using qcustomplot and includes database connectivity with SQL Server to retrieve and store weapon data.

cpp qt5 qtcreator qtdesigner sdlc sql

Last synced: 23 Mar 2025

https://gitlab.com/bproto/recipes/conan-rmlui

Conan recipe for the RmlUi library.

conan cpp graphical gui rmlui

Last synced: 10 Mar 2025

https://github.com/lexkrstn/qsigslot

Quick PUB/SUB library for C++

cpp signal-slot

Last synced: 28 Mar 2025

https://github.com/itsnavinsingh/crawler

A Web Crawler for crawling the internet

cpp libcurl webcrawler

Last synced: 27 Apr 2026

https://github.com/thetoriqul/library-management-system

A modern, efficient C++ library management system with file-based storage and an intuitive command-line interface.

cpp

Last synced: 30 Jun 2025

https://github.com/robaho/cpp_fix_engine

High performance FIX engine in C++

boost boost-libraries cpp fix fix-engine fix-protocol

Last synced: 16 May 2025

https://github.com/kseen715/ai-foundations-lr

БГТУ:: Основы ИИ

ai c cpp laboratory python university

Last synced: 12 Apr 2026

https://github.com/azazhassankhan/cppmasterworks

Welcome to MyCppProject! This repository hosts a collection of C++ programs and projects. Whether you're a beginner looking to explore C++ fundamentals or an experienced developer seeking advanced concepts, this repository aims to provide a comprehensive set of resources and examples.

advanced-programming cplusplus cpp oop

Last synced: 15 Mar 2025

https://github.com/filming/chroma

A streamlined C++ tool for precise conversion between HEX and RGB color formats.

cpp hex rgb

Last synced: 14 Mar 2025

https://github.com/toshimasakitamura/directx12-texturetest

DirectX12を勉強するために作成したアプリケーションです。

cpp directx12 source visual-studio windowsapi

Last synced: 11 Jun 2025

https://github.com/lithika-damnod/problem-solving

C++ Problem Solving

cpp problem-solving

Last synced: 24 Mar 2025

https://github.com/oistikbal/ashenvale

DirectX 11 Renderer written in C++

cmake cpp d3d11 directx11 dxgi gpu renderer

Last synced: 17 Nov 2025

https://github.com/boudra/jester

A modern single-file header-only testing library for C++

cpp cpp11 cpp14 cpp17 header-only single-file test testing

Last synced: 10 Jul 2026

https://github.com/aurimasniekis/cpp-tagval

A header-only C++23 library for tagged values

cpp cpp23 enums parcel tagged tags

Last synced: 28 May 2026

https://github.com/aurimasniekis/cpp-dimval

A header-only C++23 library for dimensional values

cpp cpp23 dimensional parcel units

Last synced: 28 May 2026

https://github.com/danielorourke02/number-cruncher

A C++ script that sorts numbers via: merge, selection, insertion. bubble and also calculates the: Mean, Mode, Median, Range

bubble bubble-sort bubblesort cpp insertion insertion-sort insertionsort linux merge merge-sort mergesort number-sorter windows

Last synced: 15 Mar 2025

https://github.com/stefanhamminga/cpp_lib_scripts

Scripts for managing C++ header-only libraries

c-plus-plus cmake cpp documentation library

Last synced: 30 Mar 2025

https://github.com/caiocampos/atualizahora

Atualiza o horário de computadores com problemas de bateria

batch cplusplus cpp

Last synced: 09 Jul 2025

https://github.com/sanelli/fifteen

15 Puzzle game implementation in C++ and SDL2.

cmake cpp fifteen-puzzle sdl2 sdl2-ttf

Last synced: 15 May 2025

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

An implementation of the popular Wordle game using WinUI 3.0 and C++/WinRT

cpp cpp20 windows windows-desktop windows-desktop-application windows-sdk winrt winui3 xaml

Last synced: 01 Jan 2026

https://github.com/prawater/chip8-emulator

Chip8 emulator built in C++ using SDL2

chip8 cpp sdl2

Last synced: 30 Mar 2025

https://github.com/jsonzilla/template_simple_gtest

Simple Cmake project with gtest suport

cpp testing-tools

Last synced: 10 Jul 2026

https://github.com/jurgisjaska/binbogami-desktop

Desktop application for the Binbogami personal finance management tool.

cpp gtk

Last synced: 05 May 2026

https://github.com/santoshvarmaaddala/sapotadb

SapotaDB is a lightweight database built in C++ with custom file-based storage and a CLI interface. It focuses on simplicity and extensibility, offering fast query execution and easy experimentation for learning core DBMS concepts.

cli-tool cpp databaseengine db inmemory-db kv-store powershell python

Last synced: 11 Apr 2026

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: 23 Jun 2025

https://github.com/iamtalhaasghar/programming-fundamentals-in-cpp

This repository contains all the lab tasks done by me in my very first programming course i learned in my university.

beginner-friendly cpp fundamentals-of-programming programming

Last synced: 19 May 2026

https://github.com/s-m-j-i/leetcode-algorithm-1-study-plan

This repo contains all my work while doing the Leetcode Algorithm 1 Study Plan.

algorithms competitive-programming cpp leetcode problem-solving

Last synced: 16 Mar 2025

https://github.com/kodiem9/Snapling-Engine

A scratch inspired game engine made with C++ using the Raylib game library.

cpp cpp17 engine game-editor game-engine game-engine-2d raylib raylib-cpp

Last synced: 04 Oct 2025

https://github.com/patheard/cpp-devcontainer

Devcontainer for C++

cpp devcontainer

Last synced: 06 Jun 2026

https://github.com/4ejlobek06/calculator

Calculator written in Qt widgets(C++)

calculator cpp qt

Last synced: 17 May 2026

https://github.com/caiocarneloz/data-structures

Cpp code for some data structures with usage examples

avl-tree cpp data-structures list queue stack

Last synced: 26 Feb 2025

https://github.com/schanur/36-cube-solver

Brute force solver that unveals that the puzzle described in https://en.wikipedia.org/wiki/36_Cube cannot be solved without using a trick...

backtracking cpp puzzle recursion solver

Last synced: 24 Mar 2025

https://github.com/darshancoder/c-language-notes

C language Notes Here and Assignment also here Now if You want refer something Notes Here

c c-plus-plus cpp learn-to-code learning-by-doing notes

Last synced: 24 Apr 2026

https://github.com/rstoetter/libdatecpp

A full fledged date class cDate and a class to manage periods of time cPeriod written in C++

cpp date manage-periods time

Last synced: 01 Sep 2025

https://github.com/filiprokita/quadratic-equation-solver

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots

Last synced: 24 Mar 2025