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/thatguychandan/codingspree

basic codes and data structures

c cpp java python

Last synced: 19 Apr 2026

https://github.com/nishatrhythm/object-oriented-programming-c-plus-plus

Object Oriented Programming - C++ related basic programs can be found in this repository.

cplusplus cpp object-oriented-programming

Last synced: 20 Jul 2025

https://github.com/bushuevda/critical_path_method

Calculation of network graph parameters by the critical path method🛣️

cpp golang java javascript kotlin python

Last synced: 07 Apr 2026

https://github.com/sambhav2612/kbc

:star2: kbc in c++

cpp kbc

Last synced: 21 Aug 2025

https://github.com/coralkashri/file-pool

Files manager api for c++

api cpp cpp11 files manager

Last synced: 08 Jul 2026

https://github.com/digital-solution-admin/devtoolkit

A comprehensive multi-language development toolkit featuring microservices, database management, API gateway, performance monitoring, and automation tools.

api-gateway automation cpp database-management developer-tools devops docker go java microservices multi-language nodejs performance-monitoring php python ruby rust

Last synced: 04 Apr 2026

https://github.com/anilsudhakar/sample_application

sample application to demonstarte the consumption of conan package

cmake conan cpp docker

Last synced: 14 Apr 2026

https://github.com/hyperentangledqubit/leetcode

Solutions to leetcode problems in various languages

c cpp golang julia perl python python3 rust

Last synced: 12 Apr 2026

https://github.com/yottaawesome/cmake-playground

CMake, Testing and Tooling for C/C++ course

cmake cpp

Last synced: 25 Mar 2025

https://github.com/rlatjwls7882/cpp-algorithms

To memorize my format

algorithms cpp

Last synced: 23 Apr 2025

https://github.com/younghakim7/cpp_training

C++ Training & My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7

cpp cpp11 cpp14 cpp17 cpp20

Last synced: 19 May 2026

https://github.com/lgsantos31415/navegador

Projeto desenvolvido com o objetivo de explorar e compreender o funcionamento básico de um navegador web.

cpp fltk-gui-library gumbo html5 httplib webbrowser

Last synced: 23 Apr 2025

https://github.com/p4p-83/head

The low-level machine control of our head mechanism, pneumatics, and vacuum nozzle.

arduino c cpp firmware platformio

Last synced: 21 Jan 2026

https://github.com/ashok-arjun/canteen-management-system

C++ program to implement canteen management system, with MySQL database as the backend.

backend canteen-management cpp mysql mysql-database object-oriented-programming oops oops-in-cpp sql

Last synced: 17 Apr 2026

https://github.com/rinuya/aoc-2023

My Advent of Code Solutions in C++

advent-of-code cpp

Last synced: 11 Oct 2025

https://github.com/ashworth3/dijkstragraphsolver

Efficient C++ graph pathfinding using Dijkstra’s algorithm and a custom-built min-heap. Reads graphs from file and supports shortest path queries with a simple interactive CLI.

algorithms-and-data-structures cli-app cpp dijkstra

Last synced: 23 Apr 2025

https://github.com/dimitri4788/daemonizeme

:ghost: Creating a daemon process; daemon-izing a process in a Unix based system.

cplusplus cpp daemon-process

Last synced: 29 May 2026

https://github.com/golchanskiy23/convolutionalneuralnetwork

Image classification using CN and access to the image class via a web server

cnn concurrency cpp docker python torch

Last synced: 14 Apr 2026

https://github.com/teledhil/rtx

A work-in-progress ray tracing engine using Vulkan

cpp raytracing vulkan

Last synced: 19 Jan 2026

https://github.com/unknnownnn/image-segmentation-using-cpp

Testing various image segmentation algorithms in C++ and analyzing them

algorithms-and-data-structures cplusplus cpp image-segmentation

Last synced: 23 Apr 2025

https://github.com/Astrodynamic/Decimal-float-point

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

big-number cpp decimal library

Last synced: 11 Oct 2025

https://github.com/sazid/opengl-codes

All my codes related to OpenGL (using old system glBegin/glEnd)

cpp graphics-programming opengl

Last synced: 17 Apr 2026

https://github.com/chintanboghara/c-plus-plus

C++ Exercises

cpp

Last synced: 30 Mar 2025

https://github.com/uhpoler/searchinarray-coursework

This is my coursework for the second semester of the first year in KPI , in which I implemented the search for given elements in the array

cpp fibonacci-sequence hash-function interpolation-search winforms

Last synced: 15 May 2026

https://github.com/jurassiclizard/logger

A minimalist C++ logger implementation I created for my personal projects. Nothing fancy, just the logging functionality I need without the bloat.

cmake cpp cpp20 logger logging minimalist

Last synced: 29 Jun 2025

https://github.com/berquist/overlapintegrals

Overlap integrals over GTOs (THO66 algorithm) in many languages

chrestomathy common-lisp cpp electronic-structure integral-equations julia nim python quantum-chemistry racket rust

Last synced: 19 Jan 2026

https://github.com/vvzen/example-blobs-from-camera

Simple example to detect blobs and store their position

blob-detection cpp opencv openframeworks

Last synced: 17 May 2026

https://github.com/toshikinakamura0412/turtlesim_controller

Package to draw regular polygons using turtlesim

cpp python3 ros1-noetic ros2-humble turtlesim

Last synced: 17 Apr 2026

https://github.com/roseewood/dsa

Learn Data Structures and Algorithms

c cpp data-structures-and-algorithms python

Last synced: 08 May 2026

https://github.com/striter-no/requests

Библиотека для HTTPS запросов. Основана на libcurl

cpp https-request libcurl

Last synced: 07 Jan 2026

https://github.com/arindal1/blind75-proelevate

This Blind 75 DSA sheet from LeetCode contains all the important DSA questions and is designed for quick interview preparation.

algorithms cpp data-structures dsa leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 09 Apr 2025

https://github.com/dsite42/cpp06

42 project - CPP06 - This module is about the different cast types in CPP.

42 cpp cpp06

Last synced: 03 Jul 2026

https://github.com/yewomhango/blur_algorithms_comparison

Rough comparison of time taken to blur an image in 4 programming languages

benchmark benchmarking blurred-images blurring comparison cpp javascript optimization python rust rust-lang

Last synced: 12 Apr 2026

https://github.com/atauveron/itr-2019

Tutorials/project for the ITR course (2019)

course-project cpp cpp11 posix real-time

Last synced: 12 Oct 2025

https://github.com/tomin-joy/sorting-algorithms

All popular sorting algorithms in various languages 👩‍💻 .Feel free to use it when you need🤗

bubble-sort bubblesort cpp insertionsort java merge-sort mergesort python python-3 python3 quick-sort quicksort selection-sort sorting sorting-algorithms

Last synced: 09 May 2026

https://github.com/jtpeller/sudoku

Cross-platform Sudoku Game written using Flutter!

cmake cpp dart flutter html sudoku sudoku-game swift

Last synced: 12 Apr 2026

https://github.com/astrodynamic/flags

Simple C++ header-only bit flag library. Uses enum for type-safe, efficient flag manipulation.

bit-manipulation bitflags bits bitset cmake cpp cpp17 enums header-only library performance software-development utilities utility-library

Last synced: 28 May 2026

https://github.com/nkid00/libunknown

一些有趣的东西整合成的库。

aboutbox bsod cpp encoding messagebox

Last synced: 16 Mar 2025

https://github.com/icepanorama/bmtobmpcpp

A tool for converting proprietary BM image files into bitmap images, written in C++20.

bitmap cpp cpp-programming cpp-programming-language cpp20 image-converter

Last synced: 10 Sep 2025

https://github.com/susannnnnna/qt-blepulsesensor

A user-friendly GUI that allow you to monitor your heart rate with extra knowledge about circulatory system and pulse

cmake cpp database html qml qt6 sqlite

Last synced: 17 Apr 2026

https://github.com/mid1i/corners-game

Kind of Corners Game on C++ by SFML graphics

cpp cpp-game sfml

Last synced: 25 Mar 2025

https://github.com/sanshruthr/tux_boxed

A C++ based image animation program

cpp executable game game-development sfml

Last synced: 31 May 2026

https://github.com/heyfoz/cpp-cartesian-coordinates-identifier

The Cartesian Coordinates Identifier program (C++) allows the user to enter x and y coordinates, which are used to determine the user's location on a cartesian plane. The resulting location is displayed as output.

cartesian-coordinates cpp identifier location

Last synced: 17 Jun 2026

https://github.com/yashi-singh-9/task-tracker---roadmap-project

Task Tracker CLI is a simple command-line app to manage tasks. Users can add, update, delete, and view tasks with statuses like "To Do," "In Progress," and "Done." It helps organize and track tasks efficiently.

cli cpp filesystem programming-language

Last synced: 25 Mar 2025

https://github.com/supercip971/project-euler

my answers for the 'Project Euler' (https://projecteuler.net/) in c++

cpp project-euler

Last synced: 09 Apr 2025

https://github.com/damienstanton/cxx

Self contained C++ file starter and build script

cpp starter zsh

Last synced: 21 Jan 2026

https://github.com/parkertomatoes/parktoma-vscconan

Utility to update Visual Studio Code C++ Tools include paths from conanfile.py

conan-io cpp vscode

Last synced: 28 Apr 2026

https://github.com/bagiasn/edison-thingspeak

A simple program for posting data to a ThingSpeak channel

cpp curl-library intel-edison thingspeak

Last synced: 25 Mar 2025

https://github.com/sla-ppy/002-tree_command

[F] Tree command implementation in C++

cpp early-attempts

Last synced: 11 Jun 2025

https://github.com/daleonpz/imdatabase

manage my own postgresql database

cpp database gmail postgresql

Last synced: 19 Apr 2026

https://github.com/hilarionengarejr/image-transformation

Image transformations with C++

cpp libpng

Last synced: 02 Jul 2026

https://github.com/sla-ppy/003-dice_roll

[F] Dice roll program implemented in C++

cpp early-attempts

Last synced: 11 Jun 2025

https://github.com/leoovs/unipp

Iterator-based Unicode conversion

cpp header-only unipp utf-16 utf-8

Last synced: 14 Oct 2025

https://github.com/gloryofnight/cpp-cmake-template

Template for your C++ project using CMake and LLVM

c cmake cpp cpp-templates cxx llvm ninja-build

Last synced: 13 Apr 2026

https://github.com/sla-ppy/p02-udemy-s5

[F] Took two months off to dedicate every single day to learning C++

cpp early-attempts

Last synced: 11 Jun 2025

https://github.com/fehmitahsindemirkan/algoritma-2-bm102

Study Questions and Answers for Algorithm 202 Course.

class code construction cpp pointers

Last synced: 03 Jul 2025

https://github.com/coders-school/qa-sessions

C++ online course. Q&A sessions.

cplusplus cpp cpp17 qa questions-and-answers

Last synced: 25 Mar 2025

https://github.com/yisusgaming/cy

An Utility Library for C++

cpp cpp17 custom-types header-only optional result utility

Last synced: 14 Oct 2025

https://github.com/bornalgo/cpp-sorting-demos

A collection of well-documented C++ sorting algorithm examples, including bubble, counting, insertion, merge, quick, radix, selection, and shell sorts. Explore, learn, and implement essential sorting algorithms in your projects.

bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sorting-algorithms visual-studio-code

Last synced: 01 Apr 2025

https://github.com/aryanraj13/rupeesense

RupeeSense is a user-friendly personal finance management software designed using C++ and Qt Framework to help you take control of your finances. Track your expenses, set budgets, and achieve your financial goals with ease. With features like expense categorization, budget management, and goal tracking

backtracking bfs-algorithm cpp dynamic-programming floyd-warshall-algorithm makefile networkflow qtframework

Last synced: 28 Jun 2025

https://github.com/mjbmon/ios-cmake

Projects for IOS apps using CMake.

cmake cpp ios make objective-c objective-c-plus-plus xcode

Last synced: 24 Apr 2026

https://github.com/totto16/imdb-dataset-to-postgresql

IMDB Dataset to preseeded PostgreSQL converter

cpp imdb imdb-dataset postgresql

Last synced: 12 Apr 2026

https://github.com/mateoniksic/project-balanced-and-avl-trees

load data from .txt file and build balanced and avl trees (CODE) [ C++ ]

algorithms-and-data-structures avl-tree balanced-tree college-project cpp preorder-traversal trees

Last synced: 29 May 2026

https://github.com/tsnsoft/nb_cpp_wx_cross-platform

Пример визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux и кросскомпиляцией для Windows

cpp cross-platform linux netbenas windows wxwidgets

Last synced: 19 Apr 2026

https://github.com/julius-boettger/programming-examples

examples for basic usage of different programming languages

c cpp dart examples rust

Last synced: 22 Jan 2026

https://github.com/hhk7734/proto

Generated library for lol-iot Protobuf and gRPC

cpp golang grpc protobuf python typescript

Last synced: 12 Apr 2026

https://github.com/rayan-walnut/nebula-pty

Pseudo Terminal for NodeJS

cpp modules nebula nodejs npm pty python

Last synced: 09 Feb 2026

https://github.com/techonit/nodemcu_esp32-manage

🏭 A open source application for manage devices (IOT) on nodemcu-esp32. Send and get reports to server with a api token.

board cpp iot nodemcu-esp32 platformio

Last synced: 06 May 2026

https://github.com/mmaarij/secure-libcurl-json

A C++ wrapper library that provides a convenient and secure way to make HTTP API requests, while handling JSON data. Built on top of libcurl for robust networking capabilities and nlohmann/json for JSON data processing.

api certificates cpp crud https json libcurl linux ssl windows

Last synced: 06 Jan 2026

https://github.com/SanaeProject/MorseKeyboard

モールス信号でキーを打つことが出来るプログラムを作成します。

arduino cpp keyboard morse

Last synced: 22 Apr 2025

https://github.com/luisgomes2002/data-structures

Study of Data Structures Js/Py/Cpp

cpp javascript python

Last synced: 19 Apr 2026

https://github.com/masonlet/starletengine

Modular OpenGL Engine written in C++

cpp engine game-engine opengl starlet

Last synced: 14 Oct 2025

https://github.com/pawel2000pl/fixed_point

Template for fixed-point operations with a simplified math library (dedicated for RISC-V IM).

cpp fixed-point risc-v taylor-series template

Last synced: 03 Jul 2025

https://github.com/pop0097/gps_driver

GPS driver for a STM32 F7 ARM microprocessor made using C++.

cpp firmware gps stm32

Last synced: 16 Mar 2025

https://github.com/gurung-sekai/restaurant-billing-system

C++ console application with three programs for restaurant menu creation, billing checkout, and daily sales statistics.

cpp oop-cpp restaurant-billing-system

Last synced: 22 Jul 2026

https://github.com/kontheocharis/gravity-engine-cpp

Solar system simulator in C++ with SFML

cpp eigen sfml

Last synced: 23 Mar 2025

https://github.com/vp817/sampleshelper

A project that will make creating samples easier

cmake-scripts cpp example-tools helper testing-tools tool

Last synced: 27 Aug 2025

https://github.com/ggabriel96/cpp-on-docker

Basic utility Docker images for C++ development and CI

clang-format cpp docker

Last synced: 25 Apr 2026

https://github.com/tolerblanc/42_seoul

Projects in 42Seoul

42seoul born2code c cpp

Last synced: 15 Oct 2025