cpp-programming
There are 588 repositories under cpp-programming topic.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
NVIDIA/cccl
CUDA Core Compute Libraries
ashvardanian/less_slow.cpp
Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception handling, networking and user-space IO
Nekrolm/ubbook
C++ programmer's guide to undefined behavior
plasma-umass/ChatDBG
ChatDBG - AI-assisted debugging. Uses AI to answer 'why'
serge1/ELFIO
ELFIO and ARIO are robust, header-only C++ libraries designed to make binary file and archive manipulation effortless, efficient, and portable. Whether you are building compilers, linkers, binary analysis tools, or custom build systems, these libraries provide the foundation you need for working with ELF files and UNIX archives.
0voice/Awesome_c-cpp_Projects
2025年 最新收录整理 500+ 个高质量的 C/C++ 项目,包括但不限于核心开发、基础工具、系统与并发、系统编程、图形处理、网络通信、数据处理、应用框架、开源工具、嵌入式开发等多个领域。适合学习、参考和实战。
nragland37/cpp-projects
Collection of 50 C++ Projects, Algorithms, Data Structures & Learning Materials
jxy-s/stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
tridibsamanta/CPP_Beginner_to_Expert
Contributed for those who want to learn how to write code in C++. This repository covers concepts from the basic to the advanced level. Comments added in each program for getting better grasp of the language. Happy coding !!
kishanrajput23/Love-Babbar-CPP-DSA-Course
This repository consists of the code samples, assignments, and notes for the C++ DSA Course of CodeHelp - Love Babbar.
sksalahuddin2828/C_Plus_Plus
Explore something new
EimaMei/sili
Sili - a collection of cross-platform single-header libraries for modern C/C++ programming.
hosseinmoein/Cougar
Stack and Static based allocators + a Custom Aligned allocator in modern C++
saumyayadav25/DSA-Supreme-3.0
This repository contains all the C++ code implementations for the Data Structures and Algorithms (DSA) Supreme 3.0 course. Cpp DSA Sheet 👇🏻
subhadipbhowmik/30-Days-Of-CPP
30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
nonscalar/Seastar
A simple, unified build system inspired by Cargo for C, C++, and maybe Rust
hj-n/cpp_4_undergraduates
Learning references : cpp programming & fundamental CS tools for undergraduates
maxtyson123/MaxOS
A 64bit hobby operating system written in C++
BenjaminYde/CPP-Guide
Guide / quick reference for modern C++ with examples using Docker DevContainers (Linux) 🚀
naghim/ZLang
ZLang is a fun and innovative project aimed at translating C++ code into the language of Gen Z. With the rise of Gen Z culture and language trends, this project seeks to bridge the gap between traditional programming languages and the unique expressions and terminology used by today's youth.
gonglei007/cpp-bugs-killer
程序员们一起来找茬,通过分析代码bug来熟悉C++语言的特性。
MahiPonii/Tai_Lieu_cpp
Tài liệu c++ Chinh phục mọi kì thi
yrncollo/cpp-projects
A collection of C++ projects
arasgungore/Cpp-Software-Design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
brakmic/HDA_with_Cpp
Hypermedia-driven application based on htmx and Drogon C++ web framework
kishanrajput23/Training-Schedule-Management
This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.
ThusharaX/Cpp-programming
C++ programming questions and answers
jjjllxx/CPP-Study-Repo
C++ study repo. Learn from cherno.
The-Young-Programmer/GUI-Scientific-Calculator
Graphical Scientific Calculator in C Programming Language
serious-scaffold/ss-cpp
A continuously evolving basic template for cpp development practice.
Abdeljalil-Bouchfar/CPP-Modules
42 CPP-Modules explained, explanations of all the concepts and some helpful resources.
theWhiteWulfy/legacy_cplusplus
C++ examples for beginners, written for my school master. The programs are organized into 8 chapters, each focusing on one core concept.
courseworks/AUT_AP_2024_Spring_HW1
The first assignment for AUT's Advanced Programming course (Spring 2024), It includes a bash script for directory backups and logging, and a C++ module for matrix operations in the algebra namespace. Both tasks focus on enhancing automation, system administration, and programming skills.
mytechnotalent/Fundamental-CPP
The book and code repo for the FREE Fundamental C++ book by Kevin Thomas.