cpp-programming
There are 513 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.
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
Modern C++ Stack and Static based allocators + a Custom Aligned allocator
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.
hj-n/cpp_4_undergraduates
Learning references : cpp programming & fundamental CS tools for undergraduates
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 👇🏻
maxtyson123/MaxOS
A 64bit hobby operating system written in C++
gonglei007/cpp-bugs-killer
程序员们一起来找茬,通过分析代码bug来熟悉C++语言的特性。
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.
brakmic/HDA_with_Cpp
Hypermedia-driven application based on htmx and Drogon C++ web framework
arasgungore/Cpp-Software-Design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
emeraldacoustics/fast-io
10X Fast I/O Library for C++
yrncollo/cpp-projects
A collection of C++ projects
samarjitsahoo/cpp
Certainly! Here’s another take: C++ is a robust and flexible language that enhances C with object-oriented, generic, and functional programming features. It is widely acclaimed for its performance and efficiency, making it ideal for developing complex software systems, real-time applications, and high-performance games.
ThusharaX/Cpp-programming
C++ programming questions and answers
kishanrajput23/Training-Schedule-Management
This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.
serious-scaffold/ss-cpp
A continuously evolving basic template for cpp development practice.
The-Young-Programmer/GUI-Scientific-Calculator
Graphical Scientific Calculator in C Programming Language
jjjllxx/CPP-Study-Repo
C++ study repo. Learn from cherno.
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.
Abdeljalil-Bouchfar/CPP-Modules
42 CPP-Modules explained, explanations of all the concepts and some helpful resources.
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.
Bishnukt/Student_Data_Manager
A simple console program to manage student official datas like student_id, name, course, department, phone no. etc.
wingunder/redis-plus-plus-modules
This library aims to supply a C++ interface to all major/popular Redis modules.