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/i-umairkhan/data-structures

Includes C++ Implementation of Data Structures and Algorithms.

algorithms biginteger-cpp cpp data-structures

Last synced: 10 Jun 2026

https://github.com/user0332/c-blunt

A product of User0332/csnative that attempts to provide a more minimal and slightly different version of C# translating to native code

assembly-loading cplusplus cpp csharp csnative dll dotnet native stdlib

Last synced: 09 May 2026

https://github.com/wtrsltnk/game

Old piece of code that I wrote before 2005 which works as an game engine. Is has barely working bsp loading capabilities and a console.

bsp cmake cpp opengl quake3

Last synced: 09 May 2026

https://github.com/ngoyal16/projecteuler

ProjectEuler Problem solutions in different different languages

cpp hackerrank java project-euler python

Last synced: 09 May 2026

https://github.com/ohioiot-esp32-wifi-examples/intro-to-events

The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.

arduino-ide arduino-iot connectivity cpp embedded-systems esp-idf esp32 esp32-iot event-driven firmware home-automation internet-of-things iot microcontroller networking ohioiot platformio wifi wifi-events wifi-logging

Last synced: 09 May 2026

https://github.com/tierra-colada/cppguts

Tool aimed at C/C++ source code correction that allows to automatically find and copy/paste new function definition

c cpp edit-c edit-cpp parse parse-c parse-cpp parser-c parser-cpp python

Last synced: 09 May 2026

https://github.com/oresoftware/modify-socket

Set options on socket using `setsocketopt`

c cpp file-descriptor nodejs nodejs-addon socket

Last synced: 09 May 2026

https://github.com/hardcode3/imgui_opengl_linear_algebra_cmake_starter

A cmake starter using Imgui - Imnodes with OpenGL and some linear algebra libraries

bash-script cmake cpp doxygen-documentation eigen3 gitmodules glfw glm imgui imnodes implot linear-algebra mit-license opengl

Last synced: 09 May 2026

https://github.com/yaphott/unified-regex

Comparing regex character matching in multiple languages.

cpp go golang haskell java javascript objective-c perl php python python3 regex regex-match regex-pattern ruby rust scala

Last synced: 10 Apr 2026

https://github.com/mr-r0ot/nexon

Masterpiece programming language NEXon!

cpp fast fast-code language llvm programming programming-language

Last synced: 12 Apr 2026

https://github.com/satya-supercluster/leetcode

Collection of LeetCode questions to ace the coding interview!

cpp leetcode-solutions problem-solving

Last synced: 09 Oct 2025

https://github.com/kalbarczykdev/pong-cpp-sdl2

Recreation of the classic Pong game with SDL2 lib and C++!

beginner beginner-friendly cpp first-contributions pong pong-game sdl sdl-library sdl-ttf sdl2

Last synced: 27 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/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/gashmob/logger

Un simple système de logger dans plusieurs langages. Chaque version utilise le même concept.

c cpp java kotlin logger python

Last synced: 02 Mar 2025

https://github.com/philipkone/kone-code

Code the future the right way.

cpp js matlab oop python r vba

Last synced: 06 Apr 2026

https://github.com/grudshtein/mpmc-ring

Header-only, bounded lock-free MPMC ring buffer for C++20 using per-slot sequence numbers, with a reproducible benchmark suite and latency histograms (p50/p95/p99/p99.9).

benchmarking concurrency cpp cpp20 lock-free low-latency mpmc ring-buffer

Last synced: 30 Jun 2026

https://github.com/gvatsal60/CMakeDockerTemplate

🐳📦 Streamlined C++ Template Development with CMake and Docker

c cmake cpp docker docker-container docker-image dockerfile make makefile

Last synced: 01 May 2025

https://github.com/penguinliong/tinyspv

Alternative to SPIRV-Headers

cpp spir-v vulkan

Last synced: 20 Mar 2025

https://github.com/liulilittle/microsoft.net.system.random

In the standard "C/C++" language above the implementation of "Microsoft.NET Framework System.Random" Random number class.

class cpp dotnet implementation net random system

Last synced: 15 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/samlior/cinatra_example

This is a example project for cinatra

cinatra cpp

Last synced: 08 Jul 2025

https://github.com/navin-mohan/snake-sdl

Snake game written in C++ using SDL2

cpp game sdl2

Last synced: 08 Jul 2025

https://github.com/yantavares/idj2023-2

Simple game engine made in SDL2 made for IDJ2023/2 - UnB

cpp game-engine

Last synced: 03 Apr 2025

https://github.com/klaussilveira/navigator

Minimal WebKit-based browser for personal use.

browser cpp

Last synced: 26 Mar 2025

https://github.com/nachtfeuer/concept-cpp

Private knowledge database for c++ and cmake.

boost cmake cpp

Last synced: 15 Jun 2025

https://github.com/bfjesso/jesso-injector

GUI DLL injector for Windows.

cpp reverse-engineering winodws wxwidgets

Last synced: 10 Apr 2025

https://github.com/s1lver/source_writer

Total War Script Editor

cpp game-development

Last synced: 15 Jun 2025

https://github.com/jsonzilla/oauth2_playground

OAuth Cpp Playground

cpp oauth2

Last synced: 15 May 2026

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/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-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/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/th0rgal/simulant

A C++ simulation of ant colonies made for the Paris Saclay University.

ants cpp simulation

Last synced: 17 Oct 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/curiousci/codeforces

ʕつಠᴥಠʔつ ︵ ┻━┻

codeforces-solutions competitive-programming cpp

Last synced: 01 Apr 2025

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/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/gunrock/template

Template repository for essentials applications to get you started asap!

cpp cuda essentials gpu graph-algorithms graph-analytics gunrock

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/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/elemeants/quantumrq

QuantumRQ is a new version of my old script 'Quantum', this is a new CLI that helps you to manage, build and create new proyects in C++, AVR, Arduino

arduino avr cli cpp proyects

Last synced: 17 Apr 2026

https://github.com/erthium/chess

Chess environment created in SDL2 with C++

chess cpp sdl2

Last synced: 16 Feb 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/sjellipses/lockscreencmd

Invoke a command line on the Windows lock screen.

batch cpp csharp shell-scripts

Last synced: 06 May 2026

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/faheel/sample-cpp-ci

A sample C++ project with continuous integration

ci continuous-integration cpp

Last synced: 12 Mar 2025

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/eclipse-uprotocol/up-conan-recipes

Conan recipes for uProtocol C++ libraries

conan cpp uprotocol

Last synced: 23 Oct 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/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/davidson-souza/cpp

Códigos aleatórios em c/c++

code cpp data-structures examples math number-theory

Last synced: 06 Sep 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/yawkar/hse-cpp-course

(HSE) C++ course lab works and etc

cpp hse labs

Last synced: 09 Apr 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/echosingh/handgestrecognition

This project uses OpenCV to perform hand gesture recognition using a webcam.

computer-science cpp handgesture-recognition opencv-cpp visual-studio webcam

Last synced: 09 Apr 2025

https://github.com/epi5131/simden

低レベルSIMDライブラリ 静的命令セット判定

cpp cpp20 simd wrapper

Last synced: 13 Jun 2026

https://github.com/frouioui/plazza

A pizza shop simulation using multi threading and shared memory across processes

cpp epitech load-balancer named-pipes plazza shared-memory socket threads

Last synced: 17 Mar 2025

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/zyad-eltayabi/mathematics-exam

Mathematics Exam using C++

cpp

Last synced: 12 Jun 2026

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/yegorov/aplayer

Simple audio player

audio audio-player cpp qt

Last synced: 15 May 2026

https://github.com/dead-beef/jest-cpp-wasm

C/C++ to WASM Jest transformer

c cpp emscripten jest jest-transformer nodejs webassembly

Last synced: 06 Apr 2026

https://github.com/siddheshkukade/geeksforgeeks

Contains problem solutions for the GeeksForGeeks.org platform

algorithms cpp dsa

Last synced: 30 Jun 2026

https://github.com/margitantal68/cpp

📚 This open-access course will introduce you to C++ programming and STL.

cpp cpp-course cpp-tutorial modern-cpp modern-cpp-oop oop programming-language standard-template-library stl tutorial

Last synced: 30 Jun 2026

https://github.com/kr1zzo-fer/robot-programming-and-simulation-laboratory-exercises

This repository is a part of the Robot Programming and Simulation laboratory exercises at the Faculty of Electrical Engineering and Computing, University of Zagreb

cpp navigation python ros rviz

Last synced: 01 May 2026

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/dynamsoft/label-recognizer-c-cpp-samples

Dynamsoft Label Recognizer samples for the C/C++ edition

c caffemodel cnn cpp ocr

Last synced: 12 Apr 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/frozenassassine/fastedit-winapi

Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.

cpp tutorial winapi

Last synced: 03 May 2025

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/eldiiarbekbolotov/rapid

Rapid is a beginner friendly text editor designed for web developers, by a web developer.

code-editor cpp qt text-editor

Last synced: 15 May 2026

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/pentalpha/alenhador

Parallel aligner (Needleman–Wunsch) for nucleotide sequences (.fasta) with similarity heuristic filter.

align-dna-sequences aligned-sequences alignment bioinformatics cpp cpp11 fasta heuristic-search heuristics nucleotide-sequences parallel-computing search

Last synced: 15 May 2026

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/someaspy/csc109template

A template for starting repos of my comp sci class

cpp template unlicense

Last synced: 20 Mar 2025

https://github.com/helske/diagis

Auxiliary functions for importance sampling

cpp importance-sampling r weighted-samples

Last synced: 29 Apr 2026

https://github.com/amcbn06/electron

C++ visualizer for electronic schemes

cpp oop sfml

Last synced: 15 May 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/omarhany3/scientific-calculator

Scientific Calculator Using C++

cplusplus cpp

Last synced: 03 Jul 2026

https://github.com/wangwilly/myleetcode

Cracked tests

cpp python3

Last synced: 15 May 2026

https://github.com/arkorty/ExprEvalplusplus

Simple mathematical expression evaluator using an Abstract Syntax Tree (AST).

abstract-syntax-tree cpp hacktoberfest object-oriented-programming

Last synced: 04 May 2025

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

TU Berlin: Robotics Fundamentals 2016 Orange

cpp robotics ros

Last synced: 09 May 2026