C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
- GitHub: https://github.com/topics/cpp
- Wikipedia: https://en.wikipedia.org/wiki/C%2B%2B
- Created by: Bjarne Stroustrup
- Released: October 1985
- Aliases: cplusplus, c-plus-plus, cpps, cpp98, cpp03, cpp11, cpp14, cpp17, cpp20, cpp0x, cpp1y, cpp1z, cpp2a, cplusplus-11,
- Last updated: 2026-06-20 00:06:43 UTC
- JSON Representation
https://github.com/iker-gonzalez/42-common-core
Compilation of all the projects carried out as part of 42's common core program.
42cursus algorithms bash c cpp css3 data-structures docker html5 linux mysql nestjs networking networks oauth postgresql react typescript virtualization
Last synced: 25 Aug 2025
https://github.com/richelbilderbeek/aminoacidfighter
Game in which amino acids do battle, written in C++ using Qt
amino-acids battle cpp cpp14 game qt5 qtcreator sfml sfml-game
Last synced: 29 Jul 2025
https://github.com/omonimus1/computer-science-degree-courseworks
Coding Coursework that I have created individually or in Team while studying Computer Science at Napier University.
computer-science computer-science-education coursework cpp csharp databse haskell html-css-javascript scripting sql students university-coursework webtechnology
Last synced: 25 Aug 2025
https://github.com/rodolfobandeira/iex-cpp-client
IEX Finance API C++ Client. Stock Tracking, Companies Information, Financial Reports, Dividends, Statistics, Etc
cpp finance financial-data hacktoberfest iex stock-data stocks
Last synced: 19 Jul 2025
https://github.com/sha-env/HackerRank
Hacker Rank Solve (On Going)
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 02 Oct 2025
https://github.com/ferhatgec/termiospp
termiospp, C++ wrapper around termios.h
cplusplus cpp term termios termios-structure
Last synced: 14 Apr 2025
https://github.com/pgvalle/opengl-cpp
C++ Template to quickstart your opengl journey!
cmake cpp glfw graphics-programming jesus jesus-christ opengl opengl33 template template-project
Last synced: 09 Nov 2025
https://github.com/timothy-liuxf/tmchat
A chat tool with a communication component using TCP/IPv4.
cpp linux network networking socket tcp tcp-ip tmsocket windows
Last synced: 27 Jul 2025
https://github.com/nielsbishere/harpoon
Harpoon is a code injector for C# mono and can be used for games made with Unity.
cpp csharp dll injection injector modding mono reflective unity
Last synced: 27 Jul 2025
https://github.com/electrostat-lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
allocation-api android-api bash-scripting cpp desktop gcc-complier gradle gradle-api gradle-build java jmonkeyengine3 linux llvm-clang lwjgl2 macos ndk shell virtual-memory virtual-memory-management windows-x64
Last synced: 27 Jul 2025
https://github.com/keyu-tian/buaa-parallel-computing-project-solution
[Ranked No. 1🥇] My solution for the course project of Parallel Computing 2021'Spring @ BUAA (北航并行程序设计). Plenty of C++ tricks, hacks, and optimizations are used for extreme efficiency. Ranked *1/100* in the efficiency test.
beihang beihang-university buaa buaaoj compiling-principle compiling-theory cpp cpp11 cyk-algorithm dynamic-programming multithreading parallel-computing pthreads
Last synced: 13 Apr 2025
https://github.com/ferhatgec/scrilt
Scrift wants to be a Lightweight Shell. Oops, Scrilt.
commandline cpp lightweight scrift shell
Last synced: 14 Apr 2025
https://github.com/ni5arga/dsa-collection
Collection of DSA solutions.
cpp data-structures data-structures-and-algorithms dsa dsa-questions dsa-solutions java javascript
Last synced: 12 Apr 2025
https://github.com/abess-team/abess-a-fast-best-subset-selection-library-in-python-and-r
Reproducible materials for "abess: A Fast Best-Subset Selection Library in Python and R"
best-subset-selection cpp python
Last synced: 22 Sep 2025
https://github.com/n4vrl0s3/bubble-sort-and-insert-sort
This repository contains Python implementations of two classic sorting algorithms: Bubble Sort and Insertion Sort. It serves as a simple and educational resource for understanding the basics of sorting algorithms, their implementations, and their performance characteristics. Ideal for students, developers, and anyone.
bubble-sort cpp insertion-sort python
Last synced: 16 Aug 2025
https://github.com/xixu-me/some-cpp-files
Source code for assignments from related programming courses
Last synced: 05 Aug 2025
https://github.com/victor-aunon/circuitsolver
Electric circuit solver in DC
cpp electrical-engineering electricity learn-to-code learning learning-by-doing
Last synced: 14 Apr 2025
https://github.com/k0t9i/l2jgeodatapathfinder
L2j format geodata path finder
astar-algorithm astar-pathfinding astar-search-algorithm cpp dll geodata l2j lineage2 pathfinder pathfinding
Last synced: 06 Oct 2025
https://github.com/shinjimc/octree_voxel_vtk
Octree with VTK is a C++ project that efficiently manages, stores, and visualizes three-dimensional spatial data. It utilizes an Octree data structure and Visualization Toolkit (VTK) to load spatial points from CSV files into a 3D space. It features robust Google Test (GTEST) unit tests to ensure reliability.
3d-visualization c-plus-plus cpp data-management data-structures data-visualization gtest octree octree-structure point-clouds spatial-data vtk
Last synced: 14 Apr 2025
https://github.com/vahancho/textable
A C++ plain text tables generator.
ascii ascii-table ascii-tables c-plus-plus cpp cpp11 cpp17 plaintext table text-table texttable
Last synced: 04 Aug 2025
https://github.com/jpenuchot/poacher
poacher: C++ compile-time compiling experiments
brainfuck compilation cpp cpp20 cpp23 metaprogramming parser
Last synced: 30 Apr 2025
https://github.com/dakshitagrawal/leetcode_solutions
My solutions for various problems on LeetCode.
coding-challenges competitive-coding cpp leetcode
Last synced: 22 Aug 2025
https://github.com/lunaemons/sdrplusplus_communityedition
🎵 SDR++CE Community Edition - Advanced SDR software with MPX analysis, cross-platform support for RTL-SDR, HackRF, LimeSDR, AirSpy, PlutoSDR and more. Features real-time FM broadcasting analysis, frequency scanning, and spectrum visualization.
airspy community-edition cpp cross-platform dsp fm-broadcasting frequency-scanner hackrf ham-radio limesdr mpx-analysis open-source plutosdr radio rf rtl-sdr sdr signal-processing software-defined-radio spectrum-analyzer
Last synced: 29 Aug 2025
https://github.com/platisd/break-the-coupling-cpp
5 ways to decouple dependencies in C++
cpp decoupling dependency-injection inversion-of-control templates tutorial
Last synced: 24 Aug 2025
https://github.com/tttapa/mastering-cpp-scientific-computing
Slides about C++ tooling and best practices for scientific computing.
best-practices cmake conan cpp
Last synced: 26 Jul 2025
https://github.com/bensuperpc/krackx
Software for password cracker, C++ and Qt6 QML
Last synced: 10 Feb 2026
https://github.com/rmiguelkelly/quickcluster
A KMeans implemented in C++ with Python bindings and GPU acceleration
clustering clustering-algorithm cpp cuda gpu kmeans kmeans-clustering metal objective-c python python3 unsupervised-learning
Last synced: 26 Jul 2025
https://github.com/zanders3/butler
A really simple Jenkins build notification app
cpp jenkins jenkins-ci notifications win32
Last synced: 31 Jul 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/frgfm/torch-cuda-template
Template for CUDA / C++ extension writing with PyTorch
cpp cuda pytorch pytorch-extension
Last synced: 31 Jul 2025
https://github.com/thetestgame/panda3d-discord
Discord RPC module for the Panda3d game engine using the native discord-rpc library.
cpp discord discord-rpc p3dmodulebuilder panda3d python rich-presence
Last synced: 03 Aug 2025
https://github.com/coderick14/thesupertinyparser
The Super Tiny Parser
cpp parser recursive-descent-parser syntax-directed-translation top-down-parsing
Last synced: 15 Apr 2025
https://github.com/muellan/statistics
Header-only collection of statistics utilities for C++14
accumulator cpp cpp14 header-only histogram statistics
Last synced: 08 Mar 2026
https://github.com/imdeep2905/coding-challenge-team-vanished-gradient
Heuristic solution for Knapsack Container Loading Problem (KCLP) implemented in C++ with visualization in python.
bin-packing container-loading-problem cplusplus cpp heuristics knapsack knapsack-container-loading matplotlib nphard python3
Last synced: 15 May 2025
https://github.com/amrdeveloper/done
Compiler to generate C Code and executable with many features and syntax sugger
c-code-generator codegenerator compiler cpp lexer parser transpiler
Last synced: 29 Jul 2025
https://github.com/genodelabs/genode-zynq
Zynq SoC support for the Genode OS framework
arm armv7 cplusplus cpp genode microkernel osdev zybo zynq
Last synced: 07 Apr 2025
https://github.com/bpla-team/locus_no_pilotus
Project of four first-year MIPT AES DAFE students (for engineering practical work in the second semester) to create a mathematical trajectory calculator in Qt C++
algorithms boost cmake cpp dafe doxygen-documentation json math mipt qcustomplot qt qt6 traveling-salesman-problem
Last synced: 02 Aug 2025
https://github.com/symcalc/symcalc-cpp
Symbolic mathematics and calculus in C++.
calculus cpp differentiation mathematics maths symcalc
Last synced: 26 Jul 2025
https://github.com/maikel/finitevolumesolver
Using AMReX to solve the euler equations with embedded boundaries
amrex cpp cut-cells embedded-boundaries numerical-methods
Last synced: 14 Apr 2025
https://github.com/stla/rcdt
R package for 2D constrained Delaunay triangulation
constrained-delaunay-triangulation cpp delaunay-triangulation r
Last synced: 14 Apr 2025
https://github.com/BillyFrcs/SnakeLol
Simple 2D Snake Game Snake Lol.
2d-game 2dsnake cpp game game-developement game-development sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library snake-game
Last synced: 14 Apr 2025
https://github.com/cherrytree56567/drizzle3d
A Simple 3D Game Engine made in C++, GLFW, ImGui, GLM, Stb_Image and GLAD
3d 3d-game-engine collaborate cpp cpp20 game-engine ghdesktop github github-codespaces glad glfw graphics imgui microsoftvisualstudio stb stb-image
Last synced: 15 May 2025
https://github.com/siraajul/cpp
C++ With Data Structure & Algorithms
algorithms compititive-programming cplusplus cpp data-structures
Last synced: 31 Jul 2025
https://github.com/denyskryvytskyi/cryptraider
Unreal Engine 5 3D Puzzle Game prototype
cpp cpp-game game game-development gamedev ue5 ue5-game ue5-project unreal unreal-engine-5
Last synced: 18 Sep 2025
https://github.com/oclay1st/qwi-fi
An easy and beautiful tool for wifi access point management on Linux
Last synced: 09 Jul 2025
https://github.com/grimmerk/algorithms-vscode
All are written in Python 3. Some also have Go, JavaScript (Node.js), C#, C++ versions. Include test cases. To be convenient, often not follow Python pep8 snake coding style. IDE: VS Code & Atom. Include data structures, LeetCode problems. Convenient debugging by VSCode Setting
c-sharp cpp dotnet-core jest mstest pytest unit-test visual-studio-code
Last synced: 03 Apr 2025
https://github.com/max0x7ba/optparse
C++ command line parsing inspired by Python optparse library.
c-plus-plus command-line cplusplus cpp cxx linux
Last synced: 10 Apr 2025
https://github.com/chetan6780/75-days-dsa-challenge
Ninja technique🥷 to ACE DSA Interviews.
algorithms challenge cpp data-structures dsa
Last synced: 02 May 2025
https://github.com/palucki/qstegano
Qt based steganography application
cpp cryptography lsb qt qtwidgets steganography
Last synced: 28 Oct 2025
https://github.com/lecrapouille/simtadyn
[Application][Version 0.4][Not Functional][Will be remade] SIMulateur TAbleur DYNamique: a GIS in a spreadsheet
cartography cpp forth gis graph gtkmm opengl science spreadsheet
Last synced: 19 Mar 2025
https://github.com/danyspin97/cppgram
Framework for Telegram Bot API written in c++.
Last synced: 03 May 2025
https://github.com/german-one/termwnd
Find the terminal window hosting the shell process running in a local Windows session.
c command-line console cpp csharp powershell terminal vb-net windows
Last synced: 11 Apr 2025
https://github.com/shakfu/pd-chuck
chuck in a pure-data external
chuck cpp puredata puredata-external
Last synced: 05 May 2025
https://github.com/konrad-kubacki/px_particles
Basic particles on the screen using OpenGL and C++.
Last synced: 17 Mar 2025
https://github.com/jdsherbert/unreal-engine-dependency-injection-plugin
Simple implementation of a Dependency Injector Plugin for Unreal Engine. Uses a Singleton instance to hold the registered objects.
cpp dependency-injection dependency-manager plugin plugins singleton-pattern unreal unreal-engine unreal-engine-4 unreal-engine-5
Last synced: 19 Mar 2025
https://github.com/iamrajiv/nth-fibonacci
The Fibonacci sequence is a series of numbers defined by a simple linear recurrence relation, where each number is the sum of the two preceding ones. This sequence appears in many areas of mathematics and other sciences, particularly in the shape of many naturally occurring biological organisms.
cpp csharp go java javascript python swift
Last synced: 08 Sep 2025
https://github.com/mikeoliphant/vst3visualstudioexample
A simple windows VST (VST3) example plugin using Visual Studio
audio cpp plugin visual-studio vst vst3 windows
Last synced: 15 May 2026
https://github.com/pschatzmann/arduino-midi-fileparser
A simple MIDI file parser library
arduino-library cmake cpp library midi midi-files
Last synced: 03 Apr 2025
https://github.com/rutujar/helloworld_travis_demo
This is a demo program using continuous integration tools such as Travis,Jenkins,Circle ci and AppVeyor. Many more will be updated shortly
appveyor c circleci circleci-demos codacy code-quality cpp csharp go java javascript jenkins jenkins-ci python r scala travis travis-ci travis-ci-demo travis-ci-github
Last synced: 10 Apr 2025
https://github.com/abhinav-26/laptop-repair-shop-management-system
A project on Laptop Repair Shop management system written in c++
cpp laptop-repair-shop software
Last synced: 20 Oct 2025
https://github.com/dan10ish/code
A modern online code editor with Python, JavaScript, and C++ support, real-time output, and data visualization.
cpp ide javascript python reactjs vscode
Last synced: 10 Apr 2025
https://github.com/praydog/severed-steel-vr
Severed Steel VR mod & VR plugin example.
cpp lua modding severed-steel uevr unreal virtual-reality
Last synced: 08 Jul 2025
https://github.com/arturbomtempo-dev/programming-logic-course
A repository with the material for the Programming Logic course focusing on C and C++. This course is designed to help beginners start their journey in the field of programming and technology by covering fundamental concepts and building a strong foundation for future learning.
c course cpp programming-logic
Last synced: 30 Apr 2025
https://github.com/developer239/yolo-cmake-opencv-onnx-cpp
Use YOLO with your favorite language and computer vision library. This example includes ONNX runtime for better weights support.
cmake cpp macos onnx onnxruntime opencv windows yolov5 yolov7
Last synced: 10 Apr 2025
https://github.com/milkcocoa0902/cocoadiskinfo
S.M.A.R.T. viewer with GUI
cpp gtkmm-applications hdd-health linux-app monitoring-tool
Last synced: 10 Apr 2025
https://github.com/joanstinson/zork
A Zork game in C++ using Unitary Testing with CppUnit.
cplusplus-11 cpp cppunit game unit-testing zork
Last synced: 08 Jul 2025
https://github.com/agentcooper/cpp-ast-example
Examples of representing and traversing AST (Abstract Syntax Tree) in C++
Last synced: 02 Mar 2025
https://github.com/coralkashri/from-a-modern-to-an-unbelievably-modern-cpp
From a Modern to an Unbelievably Modern C++ Talk Presentation
corecpp cpp cpp11 cpp14 cpp17 cpp20 metaprogramming modern-cpp presentation-slides talk
Last synced: 10 Apr 2025
https://github.com/madladsquad/uimguidemo
A web demo of the UntitledImGuiFramework
cpp demo emscripten imgui opengl wasm webgl
Last synced: 29 Aug 2025
https://github.com/massimo-marino/circular-buffer
A C++ implementation of a circular buffer
circular-buffer clang cpp cpp14 cpp17 cpp20 producer-consumer
Last synced: 10 Apr 2025
https://github.com/junaidrahim/program-homework-solver
Input a few integers of a series and it will return the source code to output that series till the nth term..
cmake cpp forthebadge hack homework-solver lagrange-interpolation lagrange-polynomial-interpolation polynomials series
Last synced: 12 Mar 2025
https://github.com/vinitshahdeo/dsa-lab-codes
Lab Assignments for Data Structures and Algoithms
algorithms cpp data-structures lab-assignment
Last synced: 10 Apr 2025
https://github.com/livegameprogramming/game-engine
Game Engine
cpp game-development game-engine open-source opengl
Last synced: 11 Apr 2025
https://github.com/patriciogonzalezvivo/ada_example
Simple example of an ADA program
c-plus-plus cpp glfw linux macos opengl raspberry-pi raspberrypi windows
Last synced: 28 Oct 2025
https://github.com/zainashrafofficial/cpp-console-projects-2022
C++ Console Projects
console-application cpp desktop
Last synced: 10 Apr 2025
https://github.com/kaidokert/tfixed
Import of C++ fixed point library by Anthony Williams
Last synced: 10 Apr 2025
https://github.com/bschulz81/robustregression
a c++ library with statistical machine learning algorithms for linear and non-linear robust regression that can be used with python.
cmake cpp forward-search gaussian-elimination least-squares levenberg-marquardt linear-algebra linear-regression machine-learning nonlinear-regression open-mp outlier-detection outlier-removal python3 ransac regression robust-regression robust-statistics s-estimator statistics
Last synced: 06 Apr 2026
https://github.com/1dealgas/aerials
Public Parts of the Mobile Rhythm Game「Aerials」
aerials aerialsdemo cpp cpp11 defold lua mobilegame music-game rhythm-game
Last synced: 20 Mar 2025
https://github.com/kamranaghlami/libtlvcpp
libtlvcpp is a modern C++ ASN.1 tree manipulating & encoding/decoding library with a focus on performance, and a clean interface.
asn1 cpp deserializer modern-cpp serializer
Last synced: 07 Jul 2025
https://github.com/ibrahimhabibeg/codeforces
My solutions for Codeforces problems in C++
algorithms algorithms-and-data-structures codeforces codeforces-solutions competitive-programming cpp data-structures problem-solving
Last synced: 19 Mar 2025
https://github.com/jsiqbal/engineering-philosophy
Notes about Various Engineering Knowledge I gathered.
cpp deployment java oop ubuntu vscode-settings
Last synced: 10 Apr 2025
https://github.com/makersf/resilient
Make handling failures easy and expressive
cpp cpp14 cpp17 fault-tolerance resiliency
Last synced: 10 Apr 2025
https://github.com/swap76/bankers-algorithm
C++ Program to Simulate Banker's Algorithm
bankers-algorithm c-plus-plus cpp
Last synced: 01 May 2025
https://github.com/xlite-dev/mgmatting-toolkit
🍅MGMatting with MNN/TNN/ONNXRuntime C++, GPU/CPU, support dynamic shape. (https://github.com/DefTruth/lite.ai.toolkit)
cpp matting mgmatting mnn onnxruntime tnn
Last synced: 12 Jul 2025
https://github.com/maiadegraaf/42-ultimate-orthodox-canonical-class-creator
A script that writes Orthodox Canonical Class for you
42 42-cpp-modules codam codam-cpp cpp orthodox-canonical-class script
Last synced: 29 Apr 2026
https://github.com/budchirp/graphite
Fast (🚀), Memory safe (🚀), Simple (🚀) language compiler written in C++ (bad 😡) using LLVM (🚀)
Last synced: 27 Apr 2026