cpp-programming
There are 588 repositories under cpp-programming topic.
SCLTK
基于 Modern C++ 的学生机房控制破解软件,适用于 Microsoft Windows OS。
redis-plus-plus-modules
This library aims to supply a C++ interface to all major/popular Redis modules.
Rohit-Negi-CPP-DSA-Course
Access comprehensive C++ Data Structures and Algorithms course materials, including code samples, assignments, and homework questions, meticulously curated by Coder Army - Rohit Negi.
Computer-Graphics
All the project is coded with c++. For 2D and 3D graphics, use OpenGL libraries to make UI animations more responsive or handle embedded video or draw vector graphics.
MSG
MSG (FUIYOH!) stands for Modular Scene-Graph
pi
My very own CPU architecture! Emulator availible!
Student_Data_Manager
A simple console program to manage student official datas like student_id, name, course, department, phone no. etc.
Cpp-Programs
C++ Programs is a collection of C++ solutions covering data structures, algorithms, mathematical operations, and file handling. It’s designed to help learners practice coding, understand key concepts, and prepare for interviews with clear examples and outputs.
TTU-DS
TTU CSE Data Structures Homework Answers
cxx_tuncfest
Modern C++ Single Header Functional Testing Framework
Cpp-Learning
C++11 / 14 / 17 语法大总结;C++ 最佳实践规则规范大总结;C++ 实用库大收集;C++ debug / 动态 & 静态检查 技术 大整理。等等。
Coding-for-Everyone-C-and-CPP
CODING FOR EVERYONE: C AND C++ Coursera SPECIALIZATION by UNIVERSITY OF CALIFORNIA, SANTA CRUZ
cpp-videos
A curated list of C++ conference videos, talks, lectures and interviews
ForgSoft
Free Objective and Reliable Graphical Software
initPC
🛠 A collection of C++, Python & Rust development-oriented config scripts to quickly init new machines 💻 for my personal use. Dotfiles are in a separate repository here: https://github.com/jan-revay/dotfiles and here: https://github.com/jan-revay/windows_dotfiles
Object_Oriented_Programming_in_Cpp
Contains some useful OOP based C++/C++11 Programs, developed during my 2nd semester at University.
Generic-Quadtree-Barnes-Hut-N-Body-Simulator-0_1
Real-time Interactive Barnes-Hut N-Body Simulator. Create galaxies, apply forces, visualize spatial partitioning, parameterize simulation physics and entities, etc.
solutions-of-introduction-to-computing-systems
This repository contains my solutions for Introduction to Computing Systems - From Bits & Gates to C - C++ & Beyond by Yale Patt and Sanjay Patel
kstd-streams
Highly optimized, constexpr-ready collection streams for C++17/20.
CppPrograms
Basic C++ Programs (Patterns of Numbers, Stars, Alphabets,) and Data Structures Programming in C++.
OOP-Appointment-Cpp-Program
C++ Project for Student-Lecturer Appointments using Object Oriented Programming
POO
Repositorio oficial del curso Programación Orientada a Objetos (POO) en C++, impartido por Profesorcito en el segundo semestre de 2025 en la Pontificia Universidad Javeriana - Cali
getting-started-with-cpp
Getting started with CPP - Insights and Notes.
Pizza-Abstract-Factory
Creational pattern test.
SeisFAT2D
Modeling, inversion and migration focusing on seismic first-arrivals.
InterviewBit-Solutions
This repository consists solutions to the DSA problems available on the InterviewBit platform.
Wipro-Unix-CPP-Systems
Wipro Project Readiness Program (Embedded Unix C++) : Hands-On Assignments and Mini-Projects Solutions
NDVI-GO
This repo contains source code and other resources for Normalized Difference Vegetation Index (NDVI) experiments
CPP-Projects
A repository with all my CPP projects
UtopiaPM
Clone original repository from codeberg.org
Cpp-Beginner-Projects
Simple and beginner friendly C++ projects you can clone
PongGame
Pong Game - C++ and SDL2
cpp
Learn C++ with a lot of practice and guidance from Md. Fahim Bin Amin. Repository that contains all the codes for "All About C++ In Bangla" YouTube playlist.
rajjitlai
Hello and welcome to my GitHub profile. Hope you find useful resources from my repositories and thank you so much for visiting!
rec
This Repo Contains All Practical Records - CE & IoT - Winter 2025-26
Serial-Hashed-Octree-Barnes-Hut-N-Body-Simulator-0_3
The Hashed-Octree approach is developed as an improvement to the standard octree data structure made suitable for parallel processing. This variant of the octree data structure attempts to parallelize the hierarchical method through adaptive domain decomposition, dynamic load-balancing across processors, and parallel interaction computation.