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/cgkantidis/cpp_dbg_out

A dbg_out variadic macro that prints the function, file, line and the rest of the arguments from where it's called, to the standard output.

cpp debug variadic-function variadic-macro

Last synced: 20 Mar 2025

https://github.com/repo-archive-x-rays5/web_server

Template for a web application server. Speedtest results in the readme

cpp http http-server https lua webserver

Last synced: 10 Apr 2025

https://github.com/shiweimeiya/cpp-epoll-reactor-server

C/C++服务端项目,epoll+线程池的reactor模型,适合新手学习完服务器项目后来这里增加业务量,读者可以增加redis、MySQL提升项目框架完整性🚀 Tank Battle - 高性能多人在线坦克对战游戏 一个展示现代网络游戏架构设计的完整项目。使用C语言构建高并发服务器端(epoll + 线程池 + 多房间系统),Python+Pygame开发跨平台客户端。支持2-4人实时对战,包含动态地图生成、碰撞检测、自定义网络协议等核心功能。 ✨ 核心特性: 异步I/O网络模型 | 线程池并发处理 | 房间管理系统 | 实时状态同步 | 跨平台客户端 🛠️ 技术栈: C语言服务器 | Python客户端 | 自定义二进制协议 | Pygame图形引擎 适合学习网络编程、游戏开发、系统

c cpp epoll gui python socket

Last synced: 09 May 2026

https://github.com/tomenz/dhcpserv

A DHCP Server sample

cpp cpp11 dhcp dhcp-server dhcpv6 socket

Last synced: 09 Jul 2025

https://github.com/satharus/eoi-preparation-sessions

Some slides for sessions to prepare school students for the Egyptian Olympiad in Informatics.

beginner-friendly competitive-programming cpp eoi icpc ioi kids-learn kids-programming middle-school school slides slideshow

Last synced: 29 Oct 2025

https://github.com/vra/weekly-posts

collection of technical posts that I read each week, hopefully they may give you inspiration!

ai cpp deep-learning python weekly

Last synced: 15 May 2026

https://github.com/daskol/cxxlintaur

C++lintaur is a toy linter that checks name for compliance to Google Style Guide.

clang cpp cxx libtool linter llvm toy-project

Last synced: 15 May 2026

https://github.com/lordronz/helloworld2

Hello World 2

cpp game-development sfml

Last synced: 03 Apr 2025

https://github.com/SanaeProject/matrixCpp

This repository develops types for manipulating matrices in C++.

cpp cpp17 lightweight matrix simple

Last synced: 12 Mar 2025

https://github.com/fmahadybd/cpp_with_das

This repository covers all topics of the C++ programming language, including a wide range of algorithms. It serves as a complete reference with code examples for each concept and algorithm in C++.

cpp dsa

Last synced: 21 Mar 2025

https://github.com/sanketjpatel/cpptutorials

Various features of the C++ language have been explained in this project

c-plus-plus cpp

Last synced: 26 Mar 2025

https://github.com/epasveer/crosswordplayer

A crossword playing program for AcrossLite .puz files.

acrosslite cpp crossword crosswords qt5

Last synced: 10 May 2026

https://github.com/thiagoh/bison

From the Bison 3.0.4 manual from https://www.gnu.org/software/bison/manual/bison.html

bison c compilers cpp flex lexer parser parser-generator yacc

Last synced: 15 May 2026

https://github.com/strcoder4007/codeforces-solutions

My 800+ solved Codeforces problems on Algorithms and Data Structures using C++

algorithms cpp

Last synced: 08 Sep 2025

https://github.com/guicattani/cg-guide-legacy

A modern OpenGL application focused on teaching computer graphics principles through user interaction.

cpp glfw imgui opengl

Last synced: 15 May 2026

https://github.com/yusufsefasezer/cpp-shop-management

A simple shop management application developed with Modern C++.

cpp cpp-stl cpp17 modern-cpp shop-manager

Last synced: 09 Jul 2025

https://github.com/moisutsu/puyo

C++による、ぷよぷよの実装

cpp game

Last synced: 29 Jul 2025

https://github.com/schwalbe-t/dstike-pong

A port of singleplayer Pong for the DSTIKE Deauther watch.

c cpp embedded embedded-c embedded-cpp esp8266 platformio sh1106

Last synced: 26 Feb 2026

https://github.com/bahaaio/base64-cli

A minimal and efficient Base64 encoder/decoder CLI tool written in C++.

base64 cli cpp decoding encoding lightweight utility

Last synced: 07 Sep 2025

https://github.com/andyfratello/eda

💻 Exercicis d'Estructura de Dades i Algorismes (EDA) Q2 - UPC FIB

algorithms cpp cpp-programming data-structures eda-fib fib-upc

Last synced: 20 Mar 2025

https://github.com/deanblackborough/mathsquiz

Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.

beginner cpp learning-by-doing mathematics

Last synced: 09 Apr 2025

https://github.com/gershnik/sys_string

C++ string class optimized for interoperability with platform-native string types

bstr cplusplus cplusplus-20 cplusplus-library cpp cpp20 emscripten nsstring python string string-manipulation unicode win32

Last synced: 07 Sep 2025

https://github.com/mo7amed-hussein/serialplus

The purpose of this project is to provide an easy way to monitor and exchange data with serial port

at-command cpp exchange-data hex monitor qt serial-communication serial-port serialplus

Last synced: 12 May 2026

https://github.com/p0ryae/ccc-junior-2023

Solutions for the 2023 Junior Contest of the Canadian Computing Competition, all written in C++

canadian-computing-competition ccc ccc-solutions cemc cpp uwaterloo

Last synced: 25 Jan 2026

https://github.com/0xvpr/vpr-bin2fmt

A utility program to convert binary data to a formatted string of the user's choice

binary-format c cpp data-formatting string-formatter tool tooling utility

Last synced: 17 May 2026

https://github.com/ucalgary-rover/ssrt-telemetry

Qt Quick-based application designed to display real-time data from multiple sensors operated by the Rover.

cpp qml qtquick

Last synced: 03 Oct 2025

https://github.com/strongerprogrammer7/algorithm-of-computing-math

Algorithms of computational math: Legendre polynomial; Gauss method; Cholesky method; Method of Squares; Newton interpolation; Inverse Gauss method; Interpolation by cubic splines; Gauss Zeidel method; Jacobi method; Eigenvalues; Euler method; Left/Right rectangle method; Simpson method; The method of dividing a segment in half; Newton's method;

adams-bashforth-methods algorithms-of-computational-math cholesky-method cpp eigenvalues euler-method gauss-method gauss-zeidel-method interpolation-by-cubic-splines inverse-gauss-method jacobi-method left-right-rectangle-method legendre-polynomial method-of-squares newton-interpolation newton-s-method runge-kutta-methods simpson-method the-method-of-dividing-a-segment-in-half

Last synced: 07 Aug 2025

https://github.com/nilssonk/ordered-dithering-cpp

A tool for performing black and white Bayer dithering, written in C++17.

bayer cpp cpp17 dithering

Last synced: 23 Jul 2025

https://github.com/offensive-vk/collection

Some Practical and Curated Interview Coding Questions + Exercises. In 5 Most Popular High Level Programming Languages. Leave a ⭐ if you found it helpful.

cpp java javascript python typescript

Last synced: 09 Apr 2026

https://github.com/dimiboi/cmake-cppcli-poc

A proof-of-concept of using CMake with CPack to build a NuGet package containing a mixed-mode assembly containing C++/CLI and C++ code. Interfacing between native C++ code and managed C# code has never been easier!

cmake cpp cppcli csharp dotnet nuget

Last synced: 09 Apr 2026

https://github.com/teiacare/teiacarevideoio

TeiaCareVideoIO is a C++ video encoder and decoder library.

cpp cross-platform ffmpeg video-decoding video-encoding video-io videocapture videowriter

Last synced: 20 Aug 2025

https://github.com/najlae01/cpp-stl-containers

Some Cpp STL containers implementation (arrayList, unorderedArrayList, unordered Set)

cpp hobby-project

Last synced: 24 Jul 2025

https://github.com/engineeringsoftware/ekstazipp

Regression Test Selection tool for C++

cpp ekstazi rts

Last synced: 14 Aug 2025

https://github.com/jmz-mzr/webserv

A high-performance, non-blocking C++ web server emulating NGINX functionality

42 42born2code 42cursus 42network 42paris 42school cpp cpp98 http http-server nginx webserver

Last synced: 09 Apr 2026

https://github.com/szymonmaszke/programming-languages

Mindmap notes regarding programming languages (polish and english)

c cpp java mindmap mysql notes programming-language python r scala sql

Last synced: 10 Apr 2026

https://github.com/YehiaSharawy/Fish-Fillet-OpenGL

A Feeding Frenzy game in C++. Rendered GUI using OpenGL and responded to user input using mouse and key listeners.

cplusplus cpp glut opengl

Last synced: 15 Aug 2025

https://github.com/burakdemir-mb/c-cpp-data-structures

Data Structures in C & C++

c cpp data-structures

Last synced: 19 Feb 2026

https://github.com/softtechmx/lib-cpp-texto

Esta clase ofrece funcionalidades que permiten contar letras, palabras, buscar patrones y realizar otras operaciones relacionadas con el procesamiento de texto. Su estructura modular y su implementación en C++ facilitan la integración en proyectos más amplios, brindando a los desarrolladores una herramienta eficiente y versátil para manipular texto

cpp cpp17 cpplibrary text

Last synced: 08 Jan 2026

https://github.com/nopangel/fired

Fast terminal file manager writtin in C++

command-line cpp file-explorer file-manager filesystem search terminal tool

Last synced: 01 Aug 2025

https://github.com/larissajusten/uergs-prog-orientada-a-objetos

Repositório criado com objetivo de compartilhar programas desenvolvidos na cadeira de Programação Orientada a Objetos ministrada pelo Prof. André Borin Soares.

cpp java poo

Last synced: 19 Feb 2026

https://github.com/gregorykogan/result

result is a C++ library that provides a Result type, which can be used to return and propagate errors. It's inspired by Rust's Result type.

auto-documentation cpp doxygen doxygen-documentation doxygen-theme error-handling functional-programming modern-cpp result-type

Last synced: 15 May 2025

https://github.com/mvpee/42-webserv

A non-blocking HTTP/1.1 server written in C++, designed to handle multiple simultaneous connections efficiently using asynchronous I/O.

19 42 accept bind cpp http request response socket webserv

Last synced: 31 Jul 2025

https://github.com/lucca16bit/c-cadastro-produtos

Repositório para avaliação discursiva da disciplina Programação Estruturada

c cpp

Last synced: 17 May 2026

https://github.com/maurodelazeri/grpc-cpp

Simple grpc server/client in c++ ready to import on clion

clion clion-cmake cplusplus-14 cplusplus-17 cpp grpc-cpp

Last synced: 04 Oct 2025

https://github.com/siddhant-vij/event-management-system

Practice project for Relational DBMS | Efficiently organize and manage events, attendees and registrations.

bash cli-app cpp crud-application dbms event-management go java python relational-database

Last synced: 09 Apr 2026

https://github.com/zjx-kimi/test-data-generator

用于生成测试数据

code cpp oi oj online-judge

Last synced: 01 Aug 2025

https://github.com/singhalpranav22/interview-concepts

My DSA problems solution repository for the most important DSA questions to crack the coding interview.

coding-interviews cpp interview interview-preparation interview-questions interviewbit leetcode leetcode-solutions

Last synced: 27 Jul 2025

https://github.com/mtalyat/minty

A C++ Vulkan game engine.

cpp game-engine vulkan vulkan-game-engine

Last synced: 28 Jun 2025

https://github.com/lambdaurora/lcmm

LambdaCMakeModules - CMake scripts to make life easier.

cmake cmake-modules cmake-scripts cpp

Last synced: 22 Mar 2025

https://github.com/cantro93/ores

Ores - item drawing mechanics for C++

cpp cpp14 randomization

Last synced: 03 Jan 2026

https://github.com/champ96k/leetcode-solutions

Collection of LeetCode questions and solutions to ace the coding interview!

coding-interview-preparations cpp data-structures leetcode-solutions

Last synced: 07 Oct 2025

https://github.com/lurtced/mcs-sem3-oop-labs

All the labs for the discipline OOP (C++, QT) of the 3rd semester.

cpp oop qt university-labs

Last synced: 30 Sep 2025

https://github.com/alexdev-tb/helix

Userspace, microkernel-style framework for runtime-loadable modules.

cpp framework linux modular modules userspace

Last synced: 27 Sep 2025

https://github.com/kylereddoch/cpp_python_integration

Integrating CPP and Python for a simple math-based program.

cplusplus cpp snhu

Last synced: 14 Mar 2025

https://github.com/piyushxcoder/notepad

Simple Notepad made with qt

cpp notepad qt5

Last synced: 08 Jan 2026

https://github.com/mariomarton/adventure-engine

A flexible, C++ based, engine for creating text-based adventures and RGP games. Featuring multilingual support, customizable character creation, inventory and storage systems, turn-based combat, save/load functionality and more. Games are configured using JSON files.

c-plus-plus character-creation cpp cpp-json text-based-adventure text-based-game text-based-game-engine turn-based-combat

Last synced: 30 Aug 2025

https://github.com/farnyser/cpp-sharpener

C++ with a C# flavor

cpp csharp transformer

Last synced: 12 Apr 2026

https://github.com/bestlyg/bestlyg

这是一个个人仓库,里面存储着编程依赖做过的的有意思的代码。

cpp javascript leetcode rust typescript

Last synced: 23 Sep 2025

https://github.com/utkarshahuja2003/wikisearch

Wikipedia Search Engine

cmake cpp search-engine

Last synced: 03 Oct 2025

https://github.com/icrobotics-team167/2015recyclerush

Robot code for the 2015 FRC game

cpp first frc frc-recycle-rush robotics

Last synced: 29 Aug 2025

https://github.com/liplum/secourseproject

It's my course projects of Software Engineering.

cmake course-project cpp

Last synced: 14 May 2025

https://github.com/davidyslu/OnlineJudgeNCTU

Personal submissions on Online Judge NCTU (國立交通大學程式解題系統)

algorithms cpp data-structures

Last synced: 29 Aug 2025

https://github.com/moshegroot/webserver21

Implementation of webserver like nginx

cpp cpp98 http sockets tcp webserver

Last synced: 09 Apr 2026

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

Tic-tac-toe, no 3D or third-party libraries, just the standard functions provided by the compiler.

cpp cpp-game cppgame tic-tac-toe tictactoe tictactoe-cpp tictactoe-game

Last synced: 20 Aug 2025

https://github.com/harisali-git/validwebaddresses

This code does not include all valid web addresses because of several restrictions for the simplification purposes.

automata cpp toa toc validaddresses webaddress

Last synced: 09 Aug 2025

https://github.com/zwliew/competitive-programming

Notes, libraries, templates, and solutions to various competitive programming platforms.

challenge coding competitive cp cpp ctci leetcode mrjudge programming python

Last synced: 10 Apr 2026

https://github.com/sakamochanq/simple-calculator

* C++ Simple Calculator

calculator console cpp

Last synced: 19 Aug 2025

https://github.com/sugam-arora/leetcode-

All questions solved by me are there

c cpp javascript python typescript

Last synced: 10 Apr 2026

https://github.com/coralkashri/cppsenioreas-design-pattern-reflection

Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.

cpp cpp20 cppsenioreas design-pattern reflection runtime

Last synced: 24 Aug 2025

https://github.com/braintwister/record

A heterogeneous data structure for C++

cpp data-structures heterogeneous polymorphism

Last synced: 08 Aug 2025

https://github.com/coralkashri/cppsenioreas-metaprogramming-restrictions

This is examples repository of C++ Senioreas blog metaprogramming restrictions article.

cpp cpp11 cpp14 cpp17 cpp20 cppsenioreas metaprogramming metaprogramming-restrictions

Last synced: 15 May 2025

https://github.com/hennotheo/narcengine

C++ Vulkan game engine

cpp engine game-engine gamedev

Last synced: 19 Sep 2025

https://github.com/coralkashri/cppsenioreas-hash-your-conditions

This is an examples repository of C++ Senioreas blog Hash your Conditions - C++ article.

code-refactoring cpp cppsenioreas hash legacy-code

Last synced: 15 May 2025

https://github.com/vishal2376/project-template

A simple c++ project code generator along with header and cpp files

cpp cpp-template makefile project

Last synced: 07 Jul 2025

https://github.com/shxntanu/dsa

🧩 DSA Problems & Notes from Leetcode

c cpp dsa java leetcode portfolio python sql

Last synced: 09 Apr 2026

https://github.com/jimbobbennett/azureiotarduinosample

Sample code for using Azure IoT Hub and Arduino

arduino azure c cpp iot iot-hub platformio vscode

Last synced: 09 Apr 2026

https://github.com/retrooper/turbolang

This is a compiler for the TurboLang programming language.

cmake cmakelists compiler cpp cpp17 cross-compiler llvm llvm-ir

Last synced: 03 Aug 2025

https://github.com/liavbarsheshet/initialized-array

Implementation of a generic Initialized Array.

array cpp init initalized-array initarray initialize initialized

Last synced: 16 Sep 2025