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/ryanlarge13/cpp-calculator

Working with strings and type casting in cpp

cmake cpp makefile typecasting

Last synced: 05 Apr 2025

https://github.com/TranKienCuong2003/Learn_CPP_with_HiepSiIT

This repository contains C++ exercises covering various topics to help learners practice and improve their C++ programming skills.

cpp

Last synced: 14 Sep 2025

https://github.com/zyn10/ascii-convertion

Simple Convertion of ascii of Capital letters of english alphabets

ascii ascii-conversion converstions cpp programming-fundamentals

Last synced: 21 May 2026

https://github.com/chen0040/allegro-space-shooter

Space shooter game written in Allegro

allegro cpp game game-map-editor quad-tree

Last synced: 14 Sep 2025

https://github.com/caduzulian/projeto-petshop-unifai

Project developed for the Algorithms and Data Structures II discipline, where the objective of the activity was to develop a simple management system, in C++, with local data saving in binary files.

cpp cstdio cstring ctime iomanip subroutines

Last synced: 21 May 2026

https://github.com/gabriel-vanca/infoarena

Solved Algorithm & Data Structure problems for Infoarena.ro, the biggest Romanian online community helping thousands of young students learn and train for national and international Computer Science contests, supported by a team of former Olympic students.

algorithms binary-search-tree competitive-programming cplusplus cpp data-structures dijkstra-algorithm dynamic-programming geometry-algorithms graph-algorithms graph-theory greedy-algorithms infoarena lowest-common-ancestor matrix-algebra sorting-algorithms string-manipulation trie-data-structure

Last synced: 11 Jul 2026

https://github.com/aniketmishr/ascii-rotating-shapes

An interactive ASCII art project showcasing a rotating, colored 3D cube in the terminal, inspired by Andy Sloane's rotating donut.

3d-rendering ascii-art cpp interactive-graphics

Last synced: 01 Aug 2025

https://github.com/soreing/tankiegame

Console/Terminal Turn based Tank game written in C++ and some Windows API

console cpp game terminal winapi windows

Last synced: 07 May 2026

https://github.com/khelmka25/bowyer-watson

Implementation of the Bowyer Watson Algorithm using C++17 and GLFW.

2025 cpp cpp17 opengl

Last synced: 18 Apr 2026

https://github.com/dssgabriel/huffman-compression

A Qt5 interface for converting ASCII text to binary using a C++ implementation of the Huffman compression algorithm.

cpp huffman-compression-algorithm qt5-gui

Last synced: 04 Jul 2026

https://github.com/hoesentoet/esp-mqtt-handler

A variable handler for knolleary's PubSubClient MQTT library.

cpp esp32 esp8266 mqtt mqtt-client platformio pubsub

Last synced: 09 Apr 2026

https://github.com/amarjithtk/cpp_cs-2018-19

This repository contains the basic c++ programs of First year computer science of Kerala state syllabus

cpp resources

Last synced: 01 Aug 2025

https://github.com/janithscript/space-game

A simple console-based Space Shooter game built in C++ using basic console manipulation. Move your player, shoot enemies, and rack up points in this fun and lightweight arcade-style game. Perfect for learning fundamental programming concepts and game mechanics.

cpp

Last synced: 26 May 2026

https://github.com/codingabi/abisnip

Tool to save screenshots as PNG files or copy to clipboard when the print button was pressed

cpp screenshot win32api

Last synced: 04 Oct 2025

https://github.com/kei-g/truth

No conditional branch

cpp

Last synced: 10 Aug 2025

https://github.com/acrion/nexuslua-library

A C++ library for embedding a multi-threaded Lua environment, adding a powerful, asynchronous concurrency model based on agents and message-passing.

actor-model c-plus-plus cmake concurrency cpp embedding lua lua-bindings message-passing multithreading nexuslua parallel-computing scripting

Last synced: 15 Apr 2026

https://github.com/yushikuni/velocityofplayer_ue5

This project is a C++ component designed for Unreal Engine 5.4.4 to measure and display the speed (velocity) of a character. T

cpp finished-project porfolio-website unreal-engine-5

Last synced: 21 May 2026

https://github.com/carlosagalicia/tc1031-act52-integral-activity-hash-template-ad2023

This program processes and evaluates the results of a competitive programming contest, ranking teams based on the number of problems solved, penalty time, and team number. It uses tuples and maps to record results and calculate penalties.

cplusplus cpp data-structures labs

Last synced: 23 May 2026

https://github.com/sla-ppy/001-pass_gen

[F] Password generator implemented in C++

cpp early-attempts

Last synced: 01 Aug 2025

https://github.com/abd3lraouf/primer5thsolution

C++ primer 5th solutions

cpp cpp-primer cpp11 cpp14 cpp17 solutions

Last synced: 12 Jan 2026

https://github.com/abd3lraouf/networkprogrammingex

Network Programming exercises using C++

cpp network-programming

Last synced: 12 Jan 2026

https://github.com/helmssyss/dominant-color-with-flutter

Calling from function in C++ for Android Application

binding c cpp dart ffi flutter

Last synced: 01 May 2026

https://github.com/haileamlak/bahire-hasab-calendar-app

A C++ console application that offers Ethiopian and Gregorian calendar features, including date conversion, monthly calendar view, holiday and fasting calculations, and weekday determination.

bahire-hasab console-application cpp project

Last synced: 01 Aug 2025

https://github.com/ryouze/applefetch

macOS CLI system information tool, inspired by neofetch.

cmake cmake-fetchcontent command-line-tool cpp macos neofetch system-information

Last synced: 17 Oct 2025

https://github.com/ludwigandreas/monitoringsystem

Implementation of the monitoring system project. The project is a part of the School 21 curriculum.

cpp dynamic-library educational-project monitoring-plugins monitoring-tool plugin-architecture

Last synced: 09 Nov 2025

https://github.com/priyanshulathi/hackerrank-solutions-cpp

This repository contains solutions for Hackerrank C++ problems

cplusplus cpp problem-solving

Last synced: 18 Jun 2025

https://github.com/a9na/top-100-cpp

🚀 A collection of the top 100 C++ coding problems with solutions, designed to sharpen your problem-solving skills! 💻📚

algorithm-challenges algorithms-and-data-structures cpp

Last synced: 01 Aug 2025

https://github.com/hyouteki/big_number.h

A C++ library for big_number calculations. Useful in cryptography, big_number methods such as factorial, Fibonacci, etc.

big-number-calculation cpp header-file

Last synced: 10 Aug 2025

https://github.com/filiprokita/frclicker-pro

This program allows the user to set the enable and disable keys for the autoclicker, as well as the clicks per second (cps) rate. Once the enable key is pressed, the program clicks the left mouse button at the set cps rate until the disable key is pressed. The status of the autoclicker (enabled or disabled) is displayed on the console.

autoclicker cpp gaming input keyboard mouse productivity user-interface windows-api

Last synced: 01 Aug 2025

https://github.com/speedycraftah/b-tree

An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.

algorithms b-tree b-tree-implementation cpp javascript learning visualization

Last synced: 19 Apr 2026

https://github.com/valda1/counter

Few simple tasks in C++.

counter cpp

Last synced: 01 Aug 2025

https://github.com/womblee/retardlink_uploader_client

A C++ Desktop Client for a URL Shortening service "Retard Link"

client cpp cpp-programming http parser request shortener tool url url-shortener url-shortener-api

Last synced: 01 Aug 2025

https://github.com/rominf/ariadnesthread

Indoor navigation written in C++ & Qt5

cpp indoor-navigation qt5 step-into-the-future

Last synced: 01 May 2026

https://github.com/jackkimmins/jadmium

C++ HTTP 1.1 Server

cpp http-server webserver

Last synced: 24 Sep 2025

https://github.com/SiddiqSoft/asynchrony

Classes to allow you to build asynchrony in your applications using standard C++ jthread, semaphore, deque

asynchronous-programming cpp cpp20 nuget periodic-invocation thread-pool worker-pool

Last synced: 01 Aug 2025

https://github.com/pythonista7/dx-ball-opengl

Re-make of the classic Atari breakout using OpenGL

atari breakout cpp opengl

Last synced: 19 May 2026

https://github.com/eduardovegas/branchandbound_calculator-cpp

Implementation of the Branch-and-Bound method for Integer Programming problems.

bnb calculator cpp ilp-problem integer-linear-programming optimization

Last synced: 02 Nov 2025

https://github.com/ayushexploring/banking-system

A Banking System implemented using OOP concepts in C++ and saves the data for future use in a .dat file.

banking-system cpp object-oriented-programming

Last synced: 01 Aug 2025

https://github.com/without-eyes/digitdisplayer

Simple digit displayer using Arduino Uno

7-segment-display arduino arduino-project arduino-uno cpp

Last synced: 24 Apr 2026

https://github.com/ercodex/procedural-programming-exercises

Educational and beginner-friendly C++ codes.

cpp procedural-programming

Last synced: 27 Jun 2025

https://github.com/bartwel27/cppmformulas

A cpp file program, filled with math formulas defined in cpp language Function

cpp

Last synced: 14 Sep 2025

https://github.com/kassane/libsigcplusplus

libsigc++ implements a typesafe callback system for standard C++. (uses zig build)

cplusplus cpp zig-package

Last synced: 13 May 2025

https://github.com/korzikalex/sea_battle

This a project for Object-oriented programming on C++ for LETI

c-plus-plus c-plus-plus-17 cpp cxx cxx17 leti sea seabattle seabattle-game

Last synced: 18 Jun 2025

https://github.com/vendethiel/utils.cpp

just some C++ utils...

cpp cpp14 utilities

Last synced: 22 Mar 2025

https://github.com/octokerbs/FCEN-Algoritmos-2

Software specification - Abstract data types - Big O notation and complexity theory - Software design - Sorting algorithms - Divide and conquer algorithms

abstract-data-types bigonotation cpp sorting-algorithms

Last synced: 02 Nov 2025

https://github.com/monambike/adventure-text

Adventure text is a small C++ text based game.

cplusplus cpp game game-text-based text-game

Last synced: 22 Mar 2025

https://github.com/gamowy/oceaninvaders

A simple Space Invaders clone written in C++

cpp space-invaders university-assignment

Last synced: 01 Aug 2025

https://github.com/helyousfi/hackerrankproblemsolving

This GitHub repository contains a collection of solutions to Hackerrank & LeetCode problems implemented in C++.

algorithms algorithms-and-data-structures cpp data-structures hackerrank hackerrank-solutions leetcode problem-solving

Last synced: 01 Aug 2025

https://github.com/byteakp/c-__library

A C++ library offering a collection of useful functions for common programming tasks, including matrix operations, sorting and searching algorithms, string manipulation, file handling, and more.

cpp library

Last synced: 27 Jun 2025

https://github.com/sirridemirtas/pishti

Implementation of the popular card game Pişti in C++ for the console. UNDER CONSTRUCTION

console-game cpp design-patterns oop oop-in-cpp pishti pisti pisti-game

Last synced: 08 Nov 2025

https://github.com/bkarthik7/leetcode

A repository of my C++ solutions for LeetCode problems

cpp leetcode leetcode-cpp leetcode-solutions solved

Last synced: 22 Mar 2025

https://github.com/MatiasCarabella/multithreading

C++ programs showcasing multithreading, concurrent programming, and parallel algorithms.

concurrency cpp multithreading parallel-algorithm threads

Last synced: 12 Apr 2025

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

This is a CPP Project on Billing System where admin can make a new entry and check previous all entries

cpp

Last synced: 01 Aug 2025

https://github.com/nohomey/sap-contest-2016

Programs written to answer questions in "SAP Техноблъсканица" contest

contest cpp sap

Last synced: 02 Aug 2025

https://github.com/cubik65536/usaco-guide

My solutions for problems in USACO Guide Classes, written in Java/C++, some of them have both

cpp cpp17 java java-11 java11 usaco-guide usaco-solutions

Last synced: 06 Apr 2025

https://github.com/oelin/kl

A tiny keylogger written in C++ for Windows.

cpp keylogger security

Last synced: 22 Jul 2025

https://github.com/octokerbs/FCEN-SistemasOperativos

Process communication - Process scheduling - Process synchronization patterns - Memory management - Input/Output devices - Drivers programming - Security File systems - Virtualization - Distributed systems

c cpp process security-vulnerability semaphore-pattern

Last synced: 02 Nov 2025

https://github.com/saphereye/logic-proof-parser

C++ implementation of logic-programming

cpp logic-programming

Last synced: 02 Aug 2025

https://github.com/simionrobert/cpp-template-layout

Template layout for a simple Visual Studio-based C++ project

architecture cpp layout structure visual-studio

Last synced: 02 Aug 2025

https://github.com/evasabeeh/dsa

Data Structure & Algorithms in C++ topicwise for self-learning.

cpp dsa

Last synced: 02 Aug 2025

https://github.com/yashsaini99/snakegame

A Snake game made with C++

cpp

Last synced: 02 Nov 2025

https://github.com/bavinnk/avr-c-and-assembly-integration-demo

This project demonstrates the integration of C++ and external Assembly routines on AVR microcontrollers. It serves as a learning exercise, showcasing how to call custom ASM functions for basic arithmetic operations and direct hardware control (LED blinking), emphasizing low-level interaction and AVR GCC calling conventions.

arduino assembly cpp math platformio

Last synced: 08 Apr 2026

https://github.com/d06i/cpplexer

Simple C++ Lexer

cpp lexer

Last synced: 02 Aug 2025

https://github.com/m4xshen/math-cpp

Implement some mathematical methods with cpp

cpp math

Last synced: 02 Sep 2025

https://github.com/sven4500/q-plot-tools

Plotting widget collection for Qt framework

2d-plot 2d-plotter c-plus-plus cpp plot plotting polar-plots qt qt5 scalar-fields

Last synced: 25 Sep 2025

https://github.com/leninld/brickbreaker

A classic Brick Beaker game built in C++

cpp game

Last synced: 02 Aug 2025

https://github.com/nesktf/ntfstl

My C++ standard library

cpp cpp20 stl

Last synced: 27 Jun 2025

https://github.com/earlgrey02/multiplexing

I/O Multiplexing with Kqueue

cpp

Last synced: 03 May 2026

https://github.com/traxys/l-system

Implementation of L-System with templates and maps

cpp l-system

Last synced: 02 Nov 2025

https://github.com/vincent-devine/omengine

One More Engine is a real-time 3D rendering engine using Direct3D 12 in C++.

cpp directx12 game-engine

Last synced: 22 Jul 2025

https://github.com/tsnsoft/cppconsoleutf8win

Пример простейшей консольной программы на C++ с использованием boost для Visual Studio 2022

boost console cpp utf-8 visual-studio

Last synced: 02 Aug 2025

https://github.com/bainash10/project-student_information_system-

Admin can enter, update, delete, display data of teacher and student. Admin gives username and password to teacher and student. Teacher can enter, update, delete GPA of students and display personal information. Student can display Obtained GPA and display personal information.

c cpp filesystem

Last synced: 02 Aug 2025

https://github.com/jack74387/data-structure-and-algorithm

Data Structure and Algorithm

algorithms cpp datastructures gui qt

Last synced: 19 May 2026

https://github.com/ne0w0r1d/yumeyo_no_army_knife

Yumeyo的瑞士军刀(重构与Yumeyo开发的《NetInfoChecker 网络综合查询器》【基于易语言】 )

cpp network network-analysis qt6

Last synced: 25 Sep 2025

https://github.com/ziy1-tan/gsoc-2022-report

GSoC 2022 @MariaDB - MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.

cpp database json sql storage-engine

Last synced: 02 Aug 2025

https://github.com/cschladetsch/vulkandemo

A cross-platform spike using Vulkan to render a complex, lit and shadowed environment.

cmake cpp graphics shader spike vulkan

Last synced: 29 Mar 2025

https://github.com/shoyeb45/datastructureandalgorithm

This repo contains implementation of various data structure and algorithms.

algorithms cpp data-structures data-structures-and-algorithms dsa java python3

Last synced: 09 Apr 2026

https://github.com/kuba1618/pac-man_game

The results of my project you can see here: https://youtu.be/Q44-zK-B0Xo

cpp pac-man-game sfml-game sounds visual-studio

Last synced: 02 Aug 2025

https://github.com/cosmopetrich/ue-css-uwebsockets

The uWebSockets C++ library compiled for the version of Unreal Engine used by Satisfactory

cpp modding satisfactory unreal-engine websockets

Last synced: 12 Aug 2025

https://github.com/sr-tamim/entropy-calculator

Entropy and heat calculation in C++

cpp cpp-programming entropy thermodynamics

Last synced: 25 Sep 2025

https://github.com/night-fury-me/real-time-vehicle-data-processing

A repository that contains implementation of a Real-Time Vehicle Data Processing Pipeline that efficiently manages and analyzes vehicle data through a cohesive system.

bigquery cpp data-engineering data-streaming flink grpc kafka python real-time-data-processing

Last synced: 02 Jan 2026

https://github.com/yanminhui/misc

Miscellaneous skills for C, C++11/14/17/20, Python2/3, ECMAScript5/6 and Shell Script

c cplusplus cplusplus11 cplusplus14 cplusplus17 cplusplus20 cpp javascript python python2 python3

Last synced: 08 Apr 2026

https://github.com/seb0xff/custom-audio-broadcaster

A simple C++ broadcasting library fro audio coming from custom sources (e.g. generated by a program).

audio-streaming broadcast cpp custom-audio gstreamer hls rtmp rtsp srt webrtc

Last synced: 19 May 2026

https://github.com/awakelife93/modbus-sample

Modbus Protocol (TCP/IP)

clang-format cmake cpp modbus-tcp

Last synced: 02 Aug 2025

https://github.com/ousttrue/perilune

header only lua binding 💫

cpp lua-binding

Last synced: 14 Mar 2025

https://github.com/jayhawk24/codechef

List of Solutions of CodeChef Problems

codechef cpp hacktoberfest hacktoberfest2021

Last synced: 16 May 2026

https://github.com/komiyamma/hm_cpp_invoke

「秀丸マクロ」と「C++」を シームレスに扱えるようにするライブラリ。 loaddll経由。

cplusplus-17 cplusplus-20 cpp dll editor embed extensions hidemaru macros

Last synced: 19 Feb 2026

https://github.com/kowd-pauuh/tiny-track

A minimalist, MLFlow-compatible, header-only C++ experiment tracking library with Python bindings

cpp experiment-tracking logging machine-learning mlops python

Last synced: 08 Apr 2026