cpp-programming

There are 588 repositories under cpp-programming topic.

  • SCLTK

    基于 Modern C++ 的学生机房控制破解软件,适用于 Microsoft Windows OS。

    Language:C++16
  • redis-plus-plus-modules

    This library aims to supply a C++ interface to all major/popular Redis modules.

    Language:C++16
  • 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.

    Language:C++15
  • 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.

    Language:C++15
  • MSG

    MSG (FUIYOH!) stands for Modular Scene-Graph

    Language:C++15
  • pi

    My very own CPU architecture! Emulator availible!

    Language:C++14
  • Student_Data_Manager

    A simple console program to manage student official datas like student_id, name, course, department, phone no. etc.

    Language:C++14
  • 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.

    Language:C++12
  • TTU-DS

    TTU CSE Data Structures Homework Answers

    Language:C++12
  • cxx_tuncfest

    Modern C++ Single Header Functional Testing Framework

    Language:C++10
  • Cpp-Learning

    C++11 / 14 / 17 语法大总结;C++ 最佳实践规则规范大总结;C++ 实用库大收集;C++ debug / 动态 & 静态检查 技术 大整理。等等。

    Language:HTML10
  • Coding-for-Everyone-C-and-CPP

    Coding-for-Everyone-C-and-CPP

    CODING FOR EVERYONE: C AND C++ Coursera SPECIALIZATION by UNIVERSITY OF CALIFORNIA, SANTA CRUZ

    Language:C10
  • cpp-videos

    A curated list of C++ conference videos, talks, lectures and interviews

  • ForgSoft

    Free Objective and Reliable Graphical Software

    Language:C++10
  • initPC

    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

    Language:Shell9
  • Object_Oriented_Programming_in_Cpp

    Contains some useful OOP based C++/C++11 Programs, developed during my 2nd semester at University.

    Language:C++9
  • Generic-Quadtree-Barnes-Hut-N-Body-Simulator-0_1

    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.

    Language:C++8
  • 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.

    Language:C++8
  • CppPrograms

    Basic C++ Programs (Patterns of Numbers, Stars, Alphabets,) and Data Structures Programming in C++.

    Language:C++8
  • OOP-Appointment-Cpp-Program

    C++ Project for Student-Lecturer Appointments using Object Oriented Programming

    Language:C++8
  • 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.

    Language:C++7
  • Pizza-Abstract-Factory

    Creational pattern test.

    Language:C++7
  • SeisFAT2D

    Modeling, inversion and migration focusing on seismic first-arrivals.

    Language:Cuda6
  • InterviewBit-Solutions

    This repository consists solutions to the DSA problems available on the InterviewBit platform.

    Language:C++6
  • Wipro-Unix-CPP-Systems

    Wipro Project Readiness Program (Embedded Unix C++) : Hands-On Assignments and Mini-Projects Solutions

    Language:C++6
  • NDVI-GO

    This repo contains source code and other resources for Normalized Difference Vegetation Index (NDVI) experiments

    Language:C++6
  • CPP-Projects

    A repository with all my CPP projects

    Language:C++6
  • UtopiaPM

    Clone original repository from codeberg.org

    Language:C++5
  • Cpp-Beginner-Projects

    Simple and beginner friendly C++ projects you can clone

    Language:C++5
  • PongGame

    Pong Game - C++ and SDL2

    Language:C++5
  • 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.

    Language:C++5
  • 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

    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.

    Language:C4