cpp-programming
There are 447 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
plasma-umass/ChatDBG
ChatDBG - AI-assisted debugging. Uses AI to answer 'why'
serge1/ELFIO
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
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 !!
sksalahuddin2828/C_Plus_Plus
Explore something new
nragland37/cpp-projects
Collection of 50 C++ Projects, Algorithms, Data Structures & Learning Materials
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.
hj-n/cpp_4_undergraduates
Learning references : cpp programming & fundamental CS tools for undergraduates
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.
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.
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++
brakmic/HDA_with_Cpp
Hypermedia-driven application based on htmx and Drogon C++ web framework
ThusharaX/Cpp-programming
C++ programming questions and answers
ashvardanian/BenchmarkingTutorial
Google Benchmark tutorial for C/C++ developers diving into High-Performance Computing and Numerical Methods ⏱️
emeraldacoustics/fast-io
10X Fast I/O Library for C++
kishanrajput23/Training-Schedule-Management
This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.
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.
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.
The-Young-Programmer/GUI-Scientific-Calculator
Graphical Scientific Calculator in C Programming Language
Abdeljalil-Bouchfar/CPP-Modules
42 CPP-Modules explained, explanations of all the concepts and some helpful resources.
mytechnotalent/Fundamental-CPP
The book and code repo for the FREE Fundamental C++ book by Kevin Thomas.
jjjllxx/CPP-Study-Repo
C++ study repo. Learn from cherno.
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.
wingunder/redis-plus-plus-modules
This library aims to supply a C++ interface to all major/popular Redis modules.
yrncollo/cpp-projects
A collection of C++ projects
arasgungore/Cpp-Software-Design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
Bishnukt/Student_Data_Manager
A simple console program to manage student official datas like student_id, name, course, department, phone no. etc.
hello-shohanur/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.
serious-scaffold/ss-cpp
A continuously evolving basic template for cpp development practice.
jerry762/TTU-DS
TTU CSE Data Structures Homework Answers