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/umbrellaleaf5/network_and_distributed_systems

My repository with home and seminars exercises on network and distributed systems at MIPT DAFE/RSE

c cpp dafe distributed-systems education mipt network-systems

Last synced: 02 Sep 2025

https://github.com/taktoa/qdoc2psn

Generate purescript-native bindings from a QDoc XML file. (WIP)

bindings cpp haskell purescript purescript-native qt

Last synced: 12 May 2026

https://github.com/vcputtini/pflogentry

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

analizer cpp cpp17 filterlog firewall lib library parse parser pfsense

Last synced: 14 Jun 2025

https://github.com/contisimone99/bulletin-board-system

Cryptography-focused messaging platform with Perfect Forward Secrecy, developed for cybersecurity education. Implements secure user registration (email challenge-response), encrypted message posting, and replay attack protection using raw OpenSSL primitives.

bulletin-board cpp cryptography openssl

Last synced: 02 Jul 2025

https://github.com/hackpulsar/drawing-room

TCP Drawing applications for you and your friends.

cpp cpp20 imgui-glfw networking tcp-client tcp-ip tcp-server

Last synced: 27 Aug 2025

https://github.com/vimtor/cpp-delegates

Approximation of C# Delegates, Funcs and Actions on C++

cplusplus cpp delegate delegates events function-pointers

Last synced: 12 Apr 2025

https://github.com/leonamtv/prime-sd

A comparison of prime numbers generation techniques.

concurrent concurrent-programming cpp sequential

Last synced: 30 May 2026

https://github.com/nadimnesar/nadimnesar-s-cp-library

Welcome to my competitive programming library! This repository contains a collection of algorithms, data structures, and utility functions curated by nadimnesar. Whether you're a seasoned competitor or just starting out, this library provides essential tools to tackle coding challenges efficiently.

codeforces competitive-programming cpp icpc

Last synced: 15 Mar 2025

https://github.com/c0de4un/zero-chat

C++ Client-Server TCP cross-platform solution

asio boost boost-asio chat chat-application cpp cxx

Last synced: 10 Jun 2025

https://github.com/piyush168713/cpp

cpp codes

cpp

Last synced: 28 May 2026

https://github.com/tarikseyceri/connect4.cpp

Connect4 v2.0, This project is a game developed in four versions, C, C++, Java SE & Node.js, older to newer respect

connect4 connect4-cpp connect4-game cpp game game-development games

Last synced: 15 Mar 2025

https://github.com/percival33/computer-network-programming

Repo for the network programming course, aimed at creating a real-time advertising bulletin board system

cpp network python3 websocket

Last synced: 19 Apr 2025

https://github.com/viral32111/bridge

The internal communication library for my community game servers.

cpp java library python

Last synced: 11 Apr 2026

https://github.com/SG-lunch/CGOPP

go style channel in C++ based on coroutine

channel coroutine cpp cpp20 go

Last synced: 06 May 2025

https://github.com/jayadamsmorgan/smarthomedevices

ESP32 smart device implementations for JavaHomeServer

cpp home-automation iot iot-device

Last synced: 02 Jul 2026

https://github.com/maxchistt/qtvision-static-class-library

C3D QtVision static Qt class library for usage C3D Vision in Qt projects without CMake

c3d c3d-toolkit cmake cpp qt qtvision

Last synced: 02 Jul 2026

https://github.com/lypitech/shuvlog

Asynchronous, thread-safe, singleton logging engine library, written in C++.

asynchronous cmake cpp level log logger thread-safe

Last synced: 07 Mar 2026

https://github.com/travisspomer/apicheck

Easy, high-performance checks for WinRT APIs from C++.

api cpp cpp-library windows-runtime winrt winrt-uwp

Last synced: 28 Mar 2025

https://github.com/coderboy-raiyan/cs-fundamentals

Advanced CS Topics and Algorithms. Build Your Foundation As A Programmer

c cpp dsa-algorithm problem-solving

Last synced: 02 Jul 2026

https://github.com/jonathspirit/_list

_list is a headers only library for a convenient replacement of std::list

analysis c container containers cpp list optimization performance replacement tests

Last synced: 16 May 2026

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/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/taharachedi/custom_double_linked_list_library-cpp

A C++ template-based doubly linked list implementation providing essential list operations such as insertion, deletion, searching, and reversal.

cpp data-structures

Last synced: 10 Jul 2025

https://github.com/zxffffffff/start-cpp-vcpkg-template

一个 C++ 跨平台脚手架项目,使用 vcpkg + cmake 搭建

cmake cpp cross-platform starter template vcpkg

Last synced: 19 Apr 2026

https://github.com/lostincompilation/rangebasedforloop-withcounter

C++ Range Based For Loops with integer counter/index variable

cpp cpp20 for-loops header-only helper iterator ranges stl-containers utility

Last synced: 10 Jun 2025

https://github.com/alex313031/siso-ng

Chromium's Ninja replacement: Siso, with tweaks by Alex313031.

build-system chromium cplusplus cpp go golang ninja ninja-build siso

Last synced: 16 May 2026

https://github.com/lazypanda07/guiframework

Framework for desktop GUI applications.

cpp cpp20 cpp20-lib cpp20-library framework gui guiframework

Last synced: 31 Jan 2026

https://github.com/mhaseeb123/gcb

GCB includes a suite of benchmarks and basic tests for CUDA-aware MPI and C++ compilers.

cpp cpp23 cuda mpi partitioned-communication st-mpi

Last synced: 17 May 2026

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/cr0a3/log4cpp

A simple one header cpp logging libary

cpp log4cpp logging logging-library

Last synced: 08 Jul 2025

https://github.com/amaitou/cpp-modules

Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.

1337school 42cursus 42network cpp modules

Last synced: 20 Jul 2025

https://github.com/prashant-software-developer/6companies30days

A Challenge to make sure you start with your goals today , don’t procrastinate and don’t let your college decide your future.

cpp dsa microsoft

Last synced: 08 May 2025

https://github.com/yrhiba/42_cpp_module

This is Pool Days On C++.

cpp inheritance oop polymorphism

Last synced: 05 Apr 2025

https://github.com/aurelenc/epilogger

A CPP Logger without arbitrary code execution

cmake cpp logger

Last synced: 13 Apr 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/yrom/cpp-logging-benchmark

Benchmark some portable C++ Logging libraries

benchmark-suite cpp logging

Last synced: 03 Jul 2026

https://github.com/bensuperpc/astar

Fast and easy to use standalone header only 2D astar algorithm library in C++20

astar astar-algorithm astar-pathfinding cpp cpp20 dijkstra dijkstra-algorithm header-only pathfinder pathfinding pathfinding-algorithm template-class

Last synced: 27 Mar 2025

https://github.com/lschmid83/open-cv-examples

These are examples of computer vision work using Visual Studio, OpenCV and VC++. It includes a fully functional game of Pong controlled by coloured objects detected by a camera.

algorithms cpp motion-detection object-detection object-tracking object-tracking-based-on-color open-cv pong-game

Last synced: 05 Apr 2025

https://github.com/saeidemadi/classmaker

Qt code tool , for having structured classes and clean code in large-scale projects

clean-architecture clean-code cpp gui gui-application model-view object-oriented qt qt6

Last synced: 04 Jan 2026

https://github.com/fuyutsubaki/coffin-struct-utils

C++ header only aggregate helper library {serialize support, gen comp ops, dump,... }

cpp

Last synced: 17 Jun 2025

https://github.com/jcksnvllxr80/midicontrollercpp

Guitar-pedal MIDI controller firmware in portable C++ (hexagonal), ported from Raspberry Pi Python. Desktop sim now, microcontroller later.

cpp cpp17 embedded firmware googletest guitar-pedal hexogal-architecture midi midi-controller ports-and-adapters simulator

Last synced: 12 Jun 2026

https://github.com/jimmy-park/hex

Performance comparison of dec-to-hex implementations

benchmark cmake cpp cpp17 cpp20 hex testing

Last synced: 21 Mar 2025

https://github.com/nxhawk/sort-big-file

Objective: to train students in the ability to organize data files that do not fit on RAM. Exercises in addition to training programming skills, also practice teamwork.

amazon-books bigdata books cpp dsa-algorithm files hcmus programming project queue sort-algorithms

Last synced: 22 Jun 2025

https://github.com/salma-mamdoh/rsvector

Our Project for Object Oriented Programming Course taken during Winter 2022 semester

backtracking-algorithm cpp data-structures exception-handling filesystem oop problem-solving recursion

Last synced: 03 Jul 2026

https://github.com/illescasdaniel/optional

A class to manage optional values

cpp optional

Last synced: 21 Mar 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/janniclas/swift-llvm-statistics-comparison

This repository contains microbenchmarks written in Swift and C++.

cpp llvm-ir static-code-analysis swift

Last synced: 16 May 2026

https://github.com/johelegp/jegp

Generic library components for JohelEGP's C++ projects.

cpp cpp20

Last synced: 04 Apr 2025

https://github.com/fl444mingo/fl4-cs131-02-01-var

Ch. 2, Lesson 1, Variables

cpp learning learning-cpp

Last synced: 22 Jun 2025

https://github.com/libhide/differential-engine

Command line tool to find derivatives.

cbse cpp turbocpp

Last synced: 12 Mar 2026

https://github.com/laubps/polygon-detector-opencv

Advanced C++ project using OpenCV to detect and classify polygons in images. Features precise edge and contour detection, polygon classification (triangles, quadrilaterals, etc.), and a Qt-based GUI. Supports JPEG, PNG, BMP formats. Includes advanced image processing and basic AI algorithms for better classification.

cpp opencv qt qt-gui qtcreator

Last synced: 07 Jan 2026

https://github.com/basemax/cpp-ostream-istream-example

A small C++ program to exercise istream and ostream >>, << operator and overriding * operator to generate a array list automatically.

cpp cpp-course cpp-io cpp-istream cpp-ostream

Last synced: 03 Apr 2025

https://github.com/mukilan0608/number-guessing-game-

This is an interactive number guessing game where the player is tasked with guessing a randomly chosen number between 1 and 100 within 10 attempts. After each guess, the game provides feedback on whether the guess is too high or too low, and gives additional hints like "Warmer" or "Colder" to indicate whether the player is getting closer or not

cpp

Last synced: 22 Jun 2025

https://github.com/codebydant/video2opencv-video

This is a C++ program to convert a video to opencv format video

cmake cpp opencv video

Last synced: 10 Sep 2025

https://github.com/hosseinmoein/DataItem

This is an interpretation and implementation of dependency graph by which you can implement many analytical models, such as alpha and risk models.

container cpp dependencies dependency-graph dependency-manager self-describing

Last synced: 01 May 2025

https://github.com/raythurman2386/log_viewer

A high-performance log file viewer built with Python and C++. Combines the ease of use of PyQt6 with the performance of C++ for file operations.

cpp pyqt6 python

Last synced: 17 May 2026

https://github.com/zdrzalikprzemyslaw/tetris_cpp

Simple c++ implementation of Tetris in SDL2

cpp gui sdl sdl2 tetris

Last synced: 10 Jul 2025

https://github.com/gaetanozappi/cantor

Project applies the cantor solution.

cantor cpp

Last synced: 13 Apr 2025

https://github.com/seleznevae/owi_optional

standard c++ std::optional with iterators

cpp cpp17 iterators optional

Last synced: 10 Jul 2025

https://github.com/navin-mohan/bulk-watermark

A multithreaded bulk image watermarking tool written in C++

cpp imagemagick multithreading threadpool watermark-image

Last synced: 10 Sep 2025

https://github.com/neko-box-coder/system2.cpp

A C++ wrapper for System2, for executing shell commands or running processes

command cpp shell sub-process subprocess subprocess-run system

Last synced: 05 Apr 2025

https://github.com/xiii-mc/trustedinstallerelevation

Create a shell that has TrustedInstaller level of power.

cpp powershell shell trustedinstaller windows

Last synced: 05 Mar 2026

https://github.com/pulkit1822/cse3003-operating-system

This repository contains implementations of various operating system scheduling algorithms in C++. Whether you're a student studying operating systems or a developer looking to understand these algorithms better, this repository aims to provide clear and concise implementations along with explanations to aid your learning.

bankers-algorithm c cpp fcfs-process-scheduling oper priori resource-allocation-algorithm round-robin shortest-job-first

Last synced: 17 May 2026

https://github.com/thushar003/leetcode-and-stuff

LeetCode solutions, programming contest and small sized programs. (Solutions sync to this repo using LeetHub)

cpp leetcode python

Last synced: 16 May 2026

https://github.com/d3m1d0s/opengltemplate

Modern C++20 OpenGL starter template with CMake, GLFW, and GLAD

cmake cmakelists cpp cpp20 cross-platform glad glfw graphics opengl template

Last synced: 16 May 2026

https://github.com/jookuma/segm

SEGM: Image Segmentation Library

cpp image-foresting-transform image-segmentation watershed

Last synced: 12 Apr 2025

https://github.com/quaddarv1ne/tetris-enhanced

Этот репозиторий содержит улучшенную версию игры Tetris на Python. Игра реализована с использованием библиотеки pygame и поддерживает фоновые мелодии, звуковые эффекты, сохранение/загрузку состояния и интерактивные меню (стартовое меню выбора уровня и меню паузы)

2025 analytics cpp game maximdupley python python3 quadd4rv1n7 tetris tetris-game

Last synced: 17 May 2026

https://github.com/flakey5/fiber-job-manager

A Fiber-based job manager written in C++. Plus a Promise-like api because why not.

cpp cpp20 fiber job-queue naughty-dog

Last synced: 23 Jun 2025

https://github.com/chihebabiza/cpp-problem-solving-level-3

C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure

cpp problem-solving programming-advices

Last synced: 21 Aug 2025

https://github.com/gmitch215/benchmarks

📊 Browsable Benchmarks for Programming Languages

benchmark bun c clang cpp deno gcc gnu go golang java javascript kotlin kotlin-native nodejs php ruby rust rustc zig

Last synced: 30 Oct 2025

https://github.com/chihebabiza/cpp-stack-string-history

simple C++ project that implements undo and redo functionality for string operations. It allows users to modify a string and then reverse or reapply changes using stack-based logic. This project demonstrates the use of data structures like stacks to manage a history of edits ...

cpp data-structures oop programming-advices stack string

Last synced: 23 Jun 2025

https://github.com/bumbelbee777/insurgent

Build system + dev shell for C/C++ projects.

build-environment build-system cpp python python3

Last synced: 16 May 2026

https://github.com/giorgi94/py_travel_cpp

practical exampels of python c/c++ extensions

cpp extensions python3

Last synced: 17 May 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/melardev/cppboostbindshellsync

Bind Shell written in Cpp using Boost libraries

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

Last synced: 18 May 2026

https://github.com/chihebabiza/cpp-problem-solving-level-4

C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure

cpp problem-solving programming-advices

Last synced: 23 Jun 2025

https://github.com/chihebabiza/my-cpp-queue

A simple C++ project implementing a templated doubly linked list and queue with basic operations like push, pop, front, and back.

cpp cpp-library oop queue

Last synced: 23 Jun 2025

https://github.com/cherryrh/mydatastructure

个人数据结构代码仓库

algorithms cpp data-structures

Last synced: 10 Jul 2025

https://github.com/eclipse-keypop/keypop-calypso-crypto-legacysam-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Legacy SAM Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 04 Apr 2025

https://github.com/eclipse-keypop/keypop-calypso-crypto-asymmetric-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Asymmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 04 Apr 2025

https://github.com/autonomicperfectionist/mrl-cpp

C++ client library for the MyRobotLab robotics framework

cpp cpp-library robotics

Last synced: 17 May 2026

https://github.com/arikmukherjee/cpp_codes

This repo contains all C++ codes.

cpp

Last synced: 24 Jun 2025

https://github.com/denrydu/student-achievement-management-system

一个c++控制台应用(如果您觉得有用的话,请不要吝啬一个:star:哦!

console-application cpp

Last synced: 24 Jun 2025

https://github.com/whisperity/distcc-driver

Driving DistCC-based distributed C/C++ compilation in a smarter way: without having to deal with DISTCC_HOSTS intricacies and without accidentally stalling your development machine.

bash bash-script c clang compiler compiler-frontend cplusplus cpp developer-environment developer-tools distcc distributed-computing driver gcc linux load-balancing zsh zsh-script

Last synced: 07 Apr 2026

https://github.com/xtenzq/cpplearning

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

cpp learning

Last synced: 21 Mar 2025