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/pxysource/miscnotes

Notes. Embedded development notes, c/c++, linux, etc...

c cpp embedded linux qt

Last synced: 09 Apr 2026

https://github.com/alihanyesil/tcp-ip-socket

TCP/IP SOCKET WİTH C++ ON LİNUX-DEBIAN

cmake cpp debian linux tcp-socket

Last synced: 07 May 2026

https://github.com/vladiant/cpp_gtest_gmock_project

C++ template project with gtest and gmock

cpp gmock gtest

Last synced: 28 May 2026

https://github.com/matheusafonseca/leetcode

Códigos que fiz para resolver problemas de programação proposto no site de programação Leet Code

cpp java python

Last synced: 11 Apr 2026

https://github.com/bharatlal124/billing-system

Billing System Project using .dat and CPP

billing cpp project

Last synced: 30 Mar 2025

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/eoan-ermine/cppcorehard-autumn-2018

Slides for C++ Corehard Autumn 2018 conference

conference cpp cppcorehard

Last synced: 18 Aug 2025

https://github.com/castaglia/proftpd-mod_cppdemo

Demonstration C++ module for ProFTPD

c-plus-plus cpp proftpd

Last synced: 05 Oct 2025

https://github.com/franciscomoretti/cppcoreguidelinesdocs

A modern documentation site for "C++ Core Guidelines" that's user friendly and has better performance than official site.

cpp documentation guidelines nextjs nextra vercel

Last synced: 10 Apr 2026

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/alvgaona/turtlesim-nav

Navigation with TurtleSim :turtle:

cpp navigation ros2 ros2-humble trajectory-generation

Last synced: 28 Mar 2025

https://github.com/nadimnesar/online-judges-accepted-solutions

Explore accepted solutions to competitive programming problems from various online judges, including AtCoder, CSES, CodeChef, CodeForces, and more. Enhance your problem-solving skills by studying these solutions or contribute your own to help others learn and grow in the world of competitive programming.

competitive-programming cpp problem-solving

Last synced: 11 Aug 2025

https://github.com/carter907/keylogger

A basic key logger made in C++. It requires root privledges and looks at /dev/input/ events for global key presses.

cpp events linux

Last synced: 01 Sep 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/oistikbal/ashenvale

DirectX 11 Renderer written in C++

cmake cpp d3d11 directx11 dxgi gpu renderer

Last synced: 17 Nov 2025

https://github.com/madhur-25/token-gate

A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.

cmake concurrency cpp cpp17 googletest lru-cache multithreading oop-principles rate-limiter system-design token-bucket unit-testing

Last synced: 05 Oct 2025

https://github.com/pavanscales/2048.c

2048 written in c

2048 cpp games

Last synced: 05 Oct 2025

https://github.com/asko7779/udp-flood

UDP packet "flooder" in C++

cpp cybersec dos-simulation flooder udp

Last synced: 05 Oct 2025

https://github.com/tanmayvaij/arrays

Searching and Sorting algorithms on arrays

algorithm cpp searching-algorithms sort sorting-algorithms

Last synced: 17 Aug 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/moshegroot/multithreaded-programming-practice

Practing multithreading programming by Stepik course (https://stepik.org/course/149)

cpp cpp11 learning learning-by-doing multithreading posix posix-apis

Last synced: 17 Aug 2025

https://github.com/rbuj-uoc/m2.010-pac2

PAC 2 de l'assignatura introducció al desenvolupament de programari del màster de programari lliure

cpp

Last synced: 17 Jun 2025

https://github.com/tar3q-az1z/project-euler-solutions

algorithmic solutions of problems from projecteuler.net, solved by me

algorithms cpp number-theory programming project-euler projecteuler solutions

Last synced: 17 Aug 2025

https://github.com/sla-ppy/rpgproject

[F] My very first program <3

cpp early-attempts

Last synced: 27 Jul 2025

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/jeong-je/baekjoon-algorithm

백준 알고리즘 문제 푼 기록

algorithms cpp

Last synced: 16 May 2025

https://github.com/hansalemaos/cppvecstring

C++ string vector for Python

cpp string vector

Last synced: 05 Oct 2025

https://github.com/daggilli/rabbitmqcpp

Some simple C++ wrappers for the RabbitMQ C library

cpp cpp20 message-queue rabbitmq

Last synced: 16 Aug 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/smohyud4/spades

A fully functional single-player Spades GUI

cpp sfml

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/emiyasyahriel/rlffv1-poc

Raylib to Encoded Video proof of concept

cpp libav raylib

Last synced: 16 Aug 2025

https://github.com/andezion/pong

This is simple Pong-game for two players.

c cpp game-development pong-game sfml-game sfml-graphics-library sfml2

Last synced: 20 Feb 2026

https://github.com/sazid/codes

Random codes from any languages I try :p

c cpp cs java python

Last synced: 09 Apr 2026

https://github.com/mateusz-sliwka/datastructures

Managing and comparing simple data structures

cpp datastructures

Last synced: 27 Jul 2025

https://github.com/epomatti/go-kafka

Minimalist Kafka go client demo running on docker scratch

alpine c cpp docker go kafka musl scratch

Last synced: 11 Apr 2026

https://github.com/aaron-22766/42_cpp

Collection of modules for learning object-oriented programming and everything C++

42 42-cpp-modules 42born2code 42cursus 42heilbronn 42projects 42school cpp cpp98 object-oriented-programming

Last synced: 12 Feb 2026

https://github.com/ypatel2022/sfml-fluid-simulation

A fluid simulation made using SFML and C++.

cpp fluid-simulation sfml

Last synced: 10 Nov 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://github.com/connieya/cpp_programming

cpp tutorial

cpp study

Last synced: 23 Mar 2025

https://github.com/davidingplus/cache-system

C++ 项目练习:缓存系统。

cpp cpp-practice cpp-project

Last synced: 15 Aug 2025

https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example

A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code

cpp easy example simple small tic-tac-toe tictactoe tictactoe-game

Last synced: 04 Oct 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/artus9033/skia-arithmetic-calculator

A modern C++ application project for visual Simulink- / Unreal Engine Blueprint-like flow-based arithmetic calculations with a graphical interface built using GLFW, Skia and Boost Multiprecision.

cmake cpp glfw qt skia

Last synced: 28 Apr 2026

https://github.com/pankhurisriv/filecompressor-decompressor

A program based on Huffman’s Compression Algorithm which can compress and decompress text file consisting of 128 ASCII characters.

compression-algorithm cpp huffman-algorithm huffman-tree

Last synced: 19 Sep 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/anshuman2305/my-leetcode-solution

My Leetcode Solution Collection.

cpp leetcode-solutions

Last synced: 21 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/sayoonnn/ft_irc

ft_irc

cpp irc socket

Last synced: 16 May 2025

https://github.com/osamarab3/coding-challenges

Coding Challenges for various project

c cpp css golang html5 js python shell-script

Last synced: 11 Apr 2026

https://github.com/angelogalav/raycastenstein-3d

A "3D" renderer in the style of 1992's Wolfenstein 3D, also known as a Raycast renderer. Made in SDL and C++.

cpp graphics raycasting renderer sdl2 wolfenstein-3d

Last synced: 14 Aug 2025

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/yjhmelody/hdoj

记录自己的题解

cpp oj

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/rafaelbortolozo/codificacao_huffman

Apresentação e implementação da Codificação de Huffman em C++.

codification cpp huffman-algorithm

Last synced: 15 Mar 2025

https://github.com/ebonnal/blopolo

Jumping Blop Game powered by my GPong library

blop cpp platformer sdl2

Last synced: 15 Mar 2025

https://github.com/poseidon-code/qt-codes

Beginners Qt6 concepts and implementations as I have learned.

cpp cpp20 qt qt6

Last synced: 10 Mar 2026

https://github.com/gabrafo/revisao1

Explore as resoluções em C++ de um estudante para exercícios de revisão da disciplina "Introdução aos Algoritmos" na UFLA. Este repositório apresenta soluções desenvolvidas com propósito acadêmico, abordando uma variedade de tópicos essenciais em programação.

algorithms cpp exercises programming-logic

Last synced: 14 Aug 2025

https://github.com/kubgus/cpp-playground

A collection of random C++ programs I wrote.

cpp

Last synced: 15 Mar 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/fatalus69/qtfiles

A lightweight file explorer built with PyQt and C++

cpp file-explorer python qt5

Last synced: 14 Aug 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/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/pjborowiecki/comp3577-parallel-scientific-computing-i

This repository contains my final submission for the COMP3577 Parallel Scientific Computing I module assignment at Durham University in the academic year 2022/2023. The project focuses on exploring the N-body problem. Final grade received was 75/100.

cpp n-body n-body-problem n-body-simulator parallel-computing parallel-scientific-computing scientific-computing

Last synced: 18 Sep 2025

https://github.com/embetech-official/crc

Lightweight CRC library

c cpp library utility

Last synced: 10 Mar 2026

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

A platformer game engine

cmake cpp game-engine visual-studio

Last synced: 13 Aug 2025

https://github.com/malk97sc/images

OpenCV Image Processing

c computer-vision cpp image-processing opencv python

Last synced: 01 Sep 2025

https://github.com/robertpaulp/tank-wars

OpenGL 2-Player Tank Wars 2D

2d-game cpp opengl tank-game

Last synced: 03 Feb 2026

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

📝algorithm-ground✒️

algorithm cpp data-structure

Last synced: 03 Mar 2025

https://github.com/andreeo/parallel-computing-cuda

Programs in terminal applying the parallel programming model with the CUDA arquitecture

c cpp cuda docker lineal-search parallel-computing parallel-reduction rank-sort-algorithm

Last synced: 09 Apr 2026

https://github.com/jsoulier/sdl_earth_viewer

Earth Viewer using SDL3 GPU and Cesium Native

cesium cpp example examples gpu hlsl sdl sdl3 shader shaders

Last synced: 08 Jul 2026

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/sidd-77/cpp-sh

Shell written in C++ from scratch

cpp shell

Last synced: 09 Apr 2026

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/delphington/mytanks

Курсовая работа

cpp gcc makefile sfml-graphics-library

Last synced: 26 Aug 2025

https://github.com/mqtth3w/real-time-executive-unipr

Project for Operative and Real Time Systems: RT Executive Clock Driven. Developed in 2024 with @SasyXk

c clockdriven cpp monitor mutex posix real-time real-time-scheduling scheduler semaphores unipr unix

Last synced: 16 May 2026

https://github.com/iker-gonzalez/codecademy-fullstack-engineer

A wide variety of projects undertaken as part of Codecademy's Full Stack Engineer Career Path

back-end cpp css3 databases deployment front-end git github html5 javascript

Last synced: 11 Apr 2026

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/tylersuehr7/ecs-game-architecture

A lightweight C++ Entity-Component-System (ECS) framework designed for game development purposes.

cpp ecs game-development game-engine

Last synced: 04 Oct 2025

https://github.com/KrutoiMag/TurboINI

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

cpp cpp17 fast ini ini-parser xmake

Last synced: 04 Oct 2025

https://github.com/horizon-nth/fractalexplorer

Application to explore differents fractals

application cpp fractal-rendering fractals glsl

Last synced: 13 Aug 2025

https://github.com/niten01/bignum

C++ library for long floating point arithmetics

cpp floating-point library long-arithmetics

Last synced: 13 Aug 2025

https://github.com/nendenranuma/rencanatabungan

Aplikasi Perencanaan Keuangan

cpp windowsforms

Last synced: 13 Aug 2025

https://github.com/batchar2/batchar2

My name is Stas Skokov. Welcome to my profile!

bash cpp docker ffmpeg python

Last synced: 09 Apr 2026

https://github.com/afrahmukadam/departmental-store-management-system

The Departmental Store Management System in C++ tracks customer purchases, including items, quantities, prices, and discounts. It displays transaction histories and automates billing, calculating totals, taxes, and generating accurate invoices. The system streamlines operations and enhances store management efficiency.

cpp

Last synced: 16 May 2025

https://github.com/mdafsarhossain/competitive-programming-problem-and-solution

Competitive Programming Problem And Solution Code. All Code written in C++ Programming language.

competitive-programming cpp

Last synced: 12 Aug 2025

https://github.com/nathguede/briefly

📄 Summarize text quickly and accurately with briefly, enhancing clarity and communication in your work.

apiai article-summary computer-graphics cpp elixir facebook-messenger-bot firebase guide learning opengl phoenix rasterizer raytracing raytracing-engine shaders simple software-renderer tutorial

Last synced: 09 Apr 2026

https://github.com/leytonoday/audiomanager

This is an elegant method of implementing audio into your C++ applications using SFML.

audio cpp sfml

Last synced: 27 Jul 2025

https://github.com/emmanuelmess/streamingedgerecognition

A test to see how realtime editing of video works in OpenCV

cpp opencv video

Last synced: 18 May 2026