cpp-programming

There are 574 repositories under cpp-programming topic.

  • MSG

    MSG (FUIYOH!) stands for Modular Scene-Graph

    Language:C++15
  • pi

    My very own CPU architecture! Emulator availible!

    Language:C++14
  • SCLTK

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

    Language:C++14
  • 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++13
  • TTU-DS

    TTU CSE Data Structures Homework Answers

    Language:C++12
  • cxx_tuncfest

    Modern C++ Single Header Functional Testing Framework

    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:Shell10
  • 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
  • Object_Oriented_Programming_in_Cpp

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

    Language:C++9
  • 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
  • Cpp-Learning

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

    Language:HTML8
  • 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
  • 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++7
  • getting-started-with-cpp

    Getting started with CPP - Insights and Notes.

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

    Creational pattern test.

    Language:C++7
  • POO

    Repositorio oficial del curso Programación Orientada a Objetos (POO) en C++, impartido por Profesorcito en el primer semestre de 2025 en la Pontificia Universidad Javeriana - Cali

  • SeisFAT2D

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

    Language:Cuda6
  • Wipro-Unix-CPP-Systems

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

    Language:C++6
  • CPP-Projects

    A repository with all my CPP projects

    Language:C++6
  • 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++5
  • Cpp-Beginner-Projects

    Simple and beginner friendly C++ projects you can clone

    Language:C++5
  • InterviewBit-Solutions

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

    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!

  • NDVI-GO

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

    Language:C++5
  • 42-CPP-Module-00

    These exercises enhance your skills and ease the transition from C to C++.

    Language:C++4
  • AUT_AP_2024_Spring_HW4

    The fourth assignment for AUT's Advanced Programming course (Spring 2024), designing a messaging system and mastering the Standard Template Library (STL). Enhance your skills in object-oriented programming with practical applications of classes, inheritance, and polymorphism, while leveraging STL for loop-free programming.

    Language:C++4
  • Perimeter-and-Area

    Calculate the perimeter and area of the rectangle in c++.

    Language:C++4
  • DisableUAC_CppEdition

    DisableUAC_CppEdition by RiritoNinigaya

    Language:C++4
  • DataStructure

    Some Implementations of data structures and usage of them in some sample projects

    Language:C++4
  • EmbeddedExecutable

    Loads an Executable from a byte array in Memory. Allows the Executable to not be Present in the File System during Runtime and can be Used to Load the Executable in Another Process. Could be used to Avoid AntiVirus and AntiCheat Detection. In Conclusion we just Manual Map an Executable

    Language:C4