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/mwasplund/lzmasdk

Clone of LZMA SDK Cpp project to modernize and integrate into Soup builds

7z cpp lzma lzma-sdk lzma2

Last synced: 26 Mar 2025

https://github.com/okoge-kaz/compiler_construction

Tokyo Institute of Technology 2022-2Q CSC. T372

c compiler cpp tokyotech tokyotech-class

Last synced: 19 May 2026

https://github.com/sjellipses/lockscreencmd

Invoke a command line on the Windows lock screen.

batch cpp csharp shell-scripts

Last synced: 06 May 2026

https://github.com/tldr-it-stepankutaj/network-scanner

High-performance cross-platform ICMP/TCP network sweep scanner written in C++ Supports full CIDR range input, ICMP ping, TCP fallback, RTT-based color output, and multithreading. Ideal for sysadmins, security pros, and network engineers.

cpp ethical-hacking ethical-hacking-tools icmp linux macos network network-analysis osint osint-tool scanner tools

Last synced: 26 May 2026

https://github.com/apavazza/passwordmanager

A command line password manager

cpp cryptography encryption password-manager

Last synced: 17 Mar 2025

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

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

cpp directoryinfo fileinfo io path system system-io systemio

Last synced: 29 May 2026

https://github.com/diqezit/spectrumcpp

A lightweight, real-time audio spectrum visualizer for Windows with a seamless overlay mode. 🎵 Now with C++, WASAPI, and Direct2D

audio-capture audio-visualizer cplusplus cpp desktop-application direct2d directx fft fft-analysis graphics-programming music-visualizer native overlay real-time spectrum-analyzer wasapi windows

Last synced: 17 May 2026

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

A series of 35 C++ exercises, from the simplest to the most complex and challenging ones.

42 42projects cpp hive hivehelsinki

Last synced: 17 Mar 2025

https://github.com/rajin-khan/nsu-bootcamp-16

all the problems i solved for the NSU-PS-BOOTCAMP-16

competitive-programming cpp

Last synced: 14 May 2026

https://github.com/fcf-framework/fcfunion

C++11 FCF::Union bidirectional conversion union type (With JSON Support)

container cpp cpp11 json parse stringify union variant

Last synced: 02 Feb 2026

https://github.com/afnanenayet/libgalois

The Galois field arithmetic library from University of Tennessee adapted to work with Modern C++ and CMake

arithmetic cmake cpp field galois modern

Last synced: 02 Apr 2025

https://github.com/sergeyg22/smartcheckers

A game of checkers with elements of artificial intelligence (al). :video_game:

cmake cpp game sfml

Last synced: 04 Jan 2026

https://github.com/garcia6l20/meltingpot

An easy to use CMake Tooling Pot

cmake cmake-modules code-quality cpp

Last synced: 17 Mar 2025

https://github.com/jerdikk/turingmachines

My try to build turing automate machine

cpp msvc2019 turing-machine-simulator

Last synced: 14 Jun 2026

https://github.com/ryomendev/tle-eliminator

TLE-Eliminator is a repository dedicated to learning DSA (Data Structures and Algorithms) through efficient algorithms and optimized solutions. It focuses on improving the execution time of code, helping developers master DSA concepts and build more efficient solutions for competitive programming.

algorithms algorithms-and-data-structures cpp data-structures

Last synced: 17 Mar 2025

https://github.com/markus-goetz/dmt

Parallel computation of max-trees in distributed memory environments

cpp machine-learning max-tree min-tree mpi openmp

Last synced: 02 Apr 2025

https://github.com/gmitch215/pltwprojects

My collection of VEXCode Projects I did during my Principles of Engineering class in 2023-2024

cpp pltw python vexcode

Last synced: 14 Jun 2025

https://github.com/allenvox/chord-method

Implementation of solving nonlinear equations using chord method with C++

algorithms chord-method cpp nonlinear-equations

Last synced: 29 Apr 2025

https://github.com/blagojeblagojevic/notepad-clone

Notpad clone

c cpp notpad qt5

Last synced: 10 May 2026

https://github.com/christinec-dev/toontanks

A simple Toon Tanks! desktop-based game made with UE4 and C++

cpp tank-game unreal-engine unreal-engine-4

Last synced: 14 Jun 2025

https://github.com/pixelsuft/tinyfoo

Simple music player written in C++ with SDL3 and ImGui

audio bass cpp cross-platform fmod foobar foobar2000 gui imgui mixer music player sdl sdl3 soloud un4seen-bass vlc

Last synced: 14 May 2026

https://github.com/sirgolem/rock-paper-scissors-cpp

Rock, paper, scissors. Made in C++.

cpp rock-paper-scissors

Last synced: 17 Mar 2025

https://github.com/vinitshahdeo/cookoff

Very Basic Output/Debugging Questions in C/C++

c-programming codechef-vit-chapter cpp debugging gravitas

Last synced: 17 Mar 2025

https://github.com/ryouze/aegyo

Cross-platform GUI app for learning Korean Hangul.

cmake cmake-fetchcontent cpp cross-platform gui korean korean-language korean-letters learning sfml

Last synced: 12 Mar 2025

https://github.com/mehul237/a2z-dsa-course

Teaches you problem solving by diving deep into DSA, with 450+ modules

algorithm cpp data-structures

Last synced: 14 Jun 2025

https://github.com/kiko-g/feup-prog

FEUP PROG | Programming | 2018/19

cpp project

Last synced: 17 Mar 2025

https://github.com/tr0yspradling/jsontree

A fast, lightweight, cross-platform utility for viewing & navigating large JSON documents. Built with C++ & gtkmm4.

cmake cpp gtkmm json

Last synced: 14 May 2026

https://github.com/tusharnankani/AdventOfCode

My solutions for Advent of Code 2021

advent-of-code advent-of-code-2021 adventofcode cpp

Last synced: 10 Apr 2025

https://github.com/yearing1017/cpp_may5

cpp

cpp

Last synced: 26 Mar 2025

https://github.com/yuzukitsuru/yall

Yall - Yet another logging library

cmake cpp cpp-library cpp17 logging logging-library

Last synced: 17 Mar 2025

https://github.com/alfonsovidrio/arduinocodegallery

Este repositorio contiene una colección de códigos para placas Arduino, acompañados de diagramas.

cpp

Last synced: 18 Mar 2025

https://github.com/anthonyhuang19/ics-lab

The ICS-Lab project explores low-level programming and system vulnerabilities through Bomblab, Buflab, and Linklab experiments, focusing on buffer overflows, memory management, and reverse engineering in C and Assembly.

assembly-language cpp

Last synced: 12 Mar 2025

https://github.com/WilliamZhang20/Design-Patterns

Practicing software design patterns in C++

cpp design-patterns

Last synced: 14 Oct 2025

https://github.com/chenphxx/litelearn

一款基于QT和SQLite开发的数据库查询软件

cpp mysqlite qt

Last synced: 14 May 2026

https://github.com/mynenik/xyplot-win32

XYPLOT Plotting and Data Analysis Program for 32-bit Windows

cpp data-analysis data-manipulation data-visualization forth mfc windows-app

Last synced: 18 Mar 2025

https://github.com/ptahmose/sqliteimgdoc

An experiment - use SQLite as a fileformat for multidimensional tiled images (in 2D and 3D)

cpp fileformat gigapixel gigapixel-images sqlite sqlite3 volumetric-data

Last synced: 10 May 2026

https://github.com/AhmedOsmanDev/Arduino-LED-Cube

Fun project for our Embedded Systems course.

arduino arduino-nano c cpp

Last synced: 10 Apr 2025

https://github.com/w-n-r/fast

National University of Computing and Emerging Sciences

cpp funtions logic-programming programming statements switches

Last synced: 02 Apr 2025

https://github.com/sumdiboii/rainwater-harvesting-simulation-opengl

A rainwater harvesting simulation built using OpenGL in C++, featuring animated rainfall, gutter collection, and water storage. It’s a modified version of an existing project with unknown origin. We enhanced the visuals, structure, and flow to make it more suitable for academic use. Demonstrates basic OpenGL rendering and environmental concepts.

cpp environment graphics opengl rainwater-harvesting simulation visualisation

Last synced: 11 Apr 2026

https://github.com/hatsusixty/ldays

This is my first malware! I coded it in C++ and this repository have the source code of my malware!

c coding cpp malware

Last synced: 18 Mar 2025

https://github.com/lgope/problem-solving-oj

The goal of this repository is to save all programming problem solutions that I solved at a different online judge. 🗽📃

c codeforces-solutions cpp hackerrank-solutions timus-solutions uri-solutions uva-problem-solving

Last synced: 14 May 2026

https://github.com/christopher-besch/glome_projection

Interactively Project 4D Sphere onto 2D Screen.

4d cpp first-person gdnative godot godot3 visualization

Last synced: 14 May 2026

https://github.com/programmingrainbow/beginners-guide-to-sdl3-in-cpp

An in-depth guide to getting started with SDL3 in the C++ Language .

cpp cpp20 guide sdl3 sdl3-image sdl3-mixer sdl3-ttf tutorial

Last synced: 26 Mar 2025

https://github.com/ajlekcahdp4/scalgrad

A tiny Autograd engine for C++ with small neural network on top

autograd cpp neural-networks

Last synced: 04 Apr 2025

https://github.com/hannespetur/paw

Header-only C++11 libraries

command-line-tool cpp cpp11 cpp14 cpp17 threadpool

Last synced: 02 Apr 2025

https://github.com/ajlekcahdp4/belady-cpp

C++ implementation of Belady's cache replacement algorithm (ideal cache)

belady cache cpp

Last synced: 04 Apr 2025

https://github.com/asahlcurtis/tuxy

This is a virtual assistant I am making, it's called tuxy. The name is a reference to Clippy. It isn't finished right now, not even close. But I think it's cool. Right now currently it only tells jokes and shows a really first page of google image of tux.

cpp linux-app tux tux-linux virtual-assistant

Last synced: 10 Apr 2025

https://github.com/mahmoudhussienmohamed/cpp-sudoku-solver

C++ Sudoku Solver using BackTrack technique.

backtracking cpp csp sudoku-solver

Last synced: 17 Jan 2026

https://github.com/matheusandrade23/exercicios-beecrowd-resolvidos

Resolução de vários exercícios do Beecrowd na linguagem C++.

cpp

Last synced: 04 Apr 2025

https://github.com/widberg/pcil

A python CLI tool used to generate a single header C++ library for getting PCI device names

autogenerated cpp cpp-library cpp11 lookup-table modern-cpp pci python single-header

Last synced: 14 May 2026

https://github.com/dreyyan/i-l-g-y-l

[ If Life Gives You Lemons: A Gamified Lemonade Business Tycoon Simulation System ]

cpp game-development text-based-ui tycoon-game

Last synced: 30 Jun 2026

https://github.com/hugodonotexit/stocksim

Stock Sim is a C++ simulation game that uses SFML to teach users about stock and cryptocurrency trading through interactive gameplay, providing a hands-on experience in managing financial portfolios in a dynamic, virtual market.

cpp game sfml-game stock-market

Last synced: 07 Sep 2025

https://github.com/sayakdattagupta/x11imageview

A simple image viewer for X11, written in C++ and using stb_image for decoding

cpp stb-image x11

Last synced: 15 Jun 2025

https://github.com/rodrigobdz/robotics-orange

TU Berlin: Robotics Fundamentals 2016 Orange

cpp robotics ros

Last synced: 09 May 2026

https://github.com/omarhany3/scientific-calculator

Scientific Calculator Using C++

cplusplus cpp

Last synced: 03 Jul 2026

https://github.com/arkenidar/c-and-cpp--libsdl2

C and C++ with libSDL2

c cpp libsdl2

Last synced: 14 May 2026

https://github.com/someaspy/csc109template

A template for starting repos of my comp sci class

cpp template unlicense

Last synced: 20 Mar 2025

https://github.com/da-huin/pikachu-mahjong-hack

✨ Simple Pikachu Mahjong Hack. It changes in a way that matches different things.

cpp hack pikachu-mahjong simple

Last synced: 07 Sep 2025

https://github.com/prasundas99/problem-solving

A list of all common problems (solved) from beginners to advance in problem solving

c codeforces-solutions cpp data-structures java oops-in-java problem-solving

Last synced: 09 May 2026

https://github.com/bocaletto-luca/soilmoisurelogger

SoilMoisureLogger Arduino - An autonomous data‐logger that measures soil moisture with a capacitive sensor at regular intervals (and on‐demand via a push‐button), timestamps each reading using a DS3231 RTC, and appends entries to a CSV file on a microSD card. Perfect for greenhouse monitoring or unattended field deployments. By Bocaletto Luca.

bocaletto-luca cpp logger openhardware opensource soil-moisture soil-moisure-logger standalone

Last synced: 29 Oct 2025

https://github.com/clinder2/autodifflib

Repo for playing around with autodifferentiation in several languages, using dual numbers, etc.

autodifferentiation cpp math ml

Last synced: 15 Jun 2025

https://github.com/fytch/templmandel

Mandelbrot renderer with template metaprogramming (TMP) in C++14

cpp template-metaprogramming

Last synced: 15 Jun 2025

https://github.com/kushalprasadjoshi/object-oriented-programming-in-cpp

Object-Oriented Programming in C++ (CMP162) – Pokhara University Course materials, notes, labs, and resources for the Object-Oriented Programming in C++ course (CMP162) at Pokhara University. This repository is not officially affiliated with or endorsed by Pokhara University.

cplusplus cpp oop

Last synced: 30 Apr 2025

https://github.com/zyad-eltayabi/mathematics-exam

Mathematics Exam using C++

cpp

Last synced: 12 Jun 2026

https://github.com/fatemehrshd/fcfs

Implementation of FCFS CPU scheduling algorithm with C++

cpp fcfs fcfs-process-scheduling fcfs-scheduling implementation operatingsystem

Last synced: 26 Mar 2025

https://github.com/alwaysdhruv/image_classification

Hi their my self Dhruv. So this repository or project are developed on C++ and Python for image recognize. C++ are main engine and python are work preprocessing only. more information are in README file.

artificial-intelligence backpropagation bias convolution cpp filesystem filters flatten fully-convolutional-networks image machine-learning-algorithms maths maxpooling preprocessing python vector weigths

Last synced: 15 Jun 2025

https://github.com/la-10/c-primer-5th-ed-solutions

This repository contains exercises and example programs that demonstrate key topics from the first chapter of a popular C++ textbook, with clean, well-commented code and detailed explanations. Perfect for newcomers looking to build a strong foundation in C++ programming.

beginner-cpp c-plus-plus cplusplus cplusplus-primer cpp cpp-exercises cpp-primer learning-cpp learning-project programming-exercises study-notes

Last synced: 15 Jun 2025

https://github.com/himel-sarder/bsfmstu-all-semester-cpp-coding-with-himel

This repository, "BSFMSTU-All-Semester-Cpp-Coding-with-Himel," hosts comprehensive C++ coding exercises, assignments, and projects from all semesters conducted by Himel at BSFMSTU. Organized into separate directories for each semester.

cpp cppcodes semester semester-project

Last synced: 26 Mar 2025

https://github.com/yasenstar/learn_cpp

Repository for hosting the my c/c++ learning journey notes and source codes as reference

c cpp

Last synced: 15 May 2026

https://github.com/frodoalaska/whoami

A linear story-based 2D side-scroller made with Raylib

2d 2d-game cpp raylib side-scroller side-scrolling-game storytelling

Last synced: 20 Mar 2025

https://github.com/chivay/betweenness-centrality

Parallel implemenation of Brandes algorithm computing betweenness centrality

betweenness-centrality cpp parallel-computing

Last synced: 30 Jun 2026

https://github.com/vertexwahn/rules_oidn

Bazel rules for Intel Open Image Denoise

bazel bazel-rules cpp denoising ispc onednn

Last synced: 15 May 2026

https://github.com/shailesh-singh-bisht/musicwalker

Introducing MusicWalker, a lightweight and efficient music player built specifically for MiniOS. Written in C++ and leveraging the Qt 5.5 framework, MusicWalker delivers essential MP3 playback with a focus on minimal resource consumption.

cmakelists cpp music-player qt5 software-development

Last synced: 15 May 2026

https://github.com/jessmattless/sonic-2

A remake of the game Sonic 2 made with C++ and SDL. With an added level editor

cpp sdl2

Last synced: 20 Mar 2025

https://github.com/akash-rajak/hello-world-with-android-ndk

A simple Android NDK(Native Development Kit) based Hello World Program.

android cmake cpp java

Last synced: 11 May 2026

https://github.com/curiousci/codeforces

ʕつಠᴥಠʔつ ︵ ┻━┻

codeforces-solutions competitive-programming cpp

Last synced: 01 Apr 2025

https://github.com/poornesh-v/bank-management-system-in-cpp

BankEase – A Simple Banking Management System BankEase is a console-based banking management system built using C++. It allows users to create accounts, deposit and withdraw money, check balances, and modify account details. The project utilizes object-oriented programming (OOP) principles and file handling to ensure data persistence.

cpp dsa filehandling oops-in-cpp

Last synced: 04 Oct 2025

https://github.com/rayyan9477/operating-systems-and-shell-scripting

This repository contains assignments related to Operating Systems. The main focus is on understanding system-level programming, including shell scripting and signal handling in C.

bash-scripting c cpp operating-system process-manager shell-scripting

Last synced: 15 May 2026

https://github.com/ramamagarwal/project-online_ticket_booking_system

This repository consists of an online ticket booking system design similar to BookMyShow

cpp oops

Last synced: 26 Mar 2025

https://github.com/ramamagarwal/cp

This repo consists of some of the easy and beginner-friendly techniques on how to approach problems on competitive programming platform 'Codeforces'. The codes for certain problems are user-friendly and easy to understand.

competitive-programming cpp problem-solving

Last synced: 26 Mar 2025

https://github.com/ramamagarwal/project-carpool_management_system

This repository includes my project on carpool management system in which I used object orientation paradigms and principles using C++.

a-star-algorithm cpp dijkstra-algorithm oops-in-cpp yen-algorithm

Last synced: 26 Mar 2025

https://github.com/samlior/cinatra_example

This is a example project for cinatra

cinatra cpp

Last synced: 08 Jul 2025

https://github.com/heyallnorahere/libglplayground

A cross-platform, open-source framework for tinkering with OpenGL

cmake cpp cpp17 cpp17-library cross-platform opengl

Last synced: 21 Mar 2025

https://github.com/stonier/ecl_tools

Tools and utilities for the embedded control libraries.

cmake cpp

Last synced: 30 Apr 2025

https://github.com/suraj-encoding/cpp

College C++ OOPS

coding cpp opps

Last synced: 02 Apr 2025

https://github.com/janwilczek/adc24-talk

Companion repository to my Audio Developer Conference 2024 talk entitled "Bug-Free JUCE UI: Structure Your GUI Code For Stability, Testability & Clean Architecture"

clean-architecture cpp juce juce-application juce-framework juce-plugins mvvm

Last synced: 19 May 2026