Projects in Awesome Lists tagged with cpp-all
A curated list of projects in awesome lists tagged with cpp-all .
https://github.com/burlachenkok/cpp_from_1998_to_2020
Technical Note: From C++98 to C++2x
cpp cpp-all cpp-language cpp03 cpp11 cpp14 cpp17 cpp20 programming
Last synced: 05 Apr 2025
https://github.com/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.
cpp cpp-all cpp-programming genz zlang
Last synced: 25 Apr 2025
https://github.com/emeraldacoustics/fast-io
10X Fast I/O Library for C++
compatibility competitive-programming cpp cpp-all cpp-library cpp-programming easy-to-use input-output integration optimizer speedup
Last synced: 29 Apr 2025
https://github.com/arturbac/kdevcxx_with_ai
KDevelop and Kate plugins using OpenAI API to assist with code development
ai ai-development cpp cpp-all deep-learning ide kate kde kde-development kdevelop kdevelop-plugin linux-development machine-learning software-development
Last synced: 11 May 2025
https://github.com/mahiponii/tai_lieu_cpp
Tài liệu c++ Chinh phục mọi kì thi
cpp cpp-all cpp-course-for-beginners cpp-docs cpp-library cpp-programming documents open-source
Last synced: 11 Aug 2025
https://github.com/MahiPonii/Tai_Lieu_cpp
Tài liệu c++ Chinh phục mọi kì thi
cpp cpp-all cpp-course-for-beginners cpp-docs cpp-library cpp-programming documents open-source
Last synced: 24 Oct 2025
https://github.com/literally-bug-creator/quadratic-equation-solver
Learning exercise to explore and understand basic software architecture without relying on advanced programming paradigms.
architecture cpp-all cpp17 learning
Last synced: 10 Jun 2025
https://github.com/deryaxacar/42-cpp_04
This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.
42 42-cpp 42-cpp-module 42-cpp-modules 42born2code 42cursus 42projects 42school c-plus-plus cpp cpp-all cpp-library cpp-programming cpp-programming-language cppmodules
Last synced: 04 Mar 2025
https://github.com/pranav2092/ipmp
This repo contains solution to various LeetCode and GeeksForGeeks DSA practice questions for placements
cpp cpp-all cpp-programming geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-interview-prep geeksforgeeks-practice geeksforgeeks-practice-solutions geeksforgeeks-solutions interview-preparation leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions placement-preparation
Last synced: 07 Jan 2026
https://github.com/deryaxacar/42-cpp_03
This project aims to teach you object-oriented programming principles by creating a class hierarchy in C++. It starts with a basic ClapTrap class and then adds derived classes such as ScavTrap, FragTrap, and DiamondTrap.
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school cpp cpp-all cpp-modules cpp-modules-42 cpp-programming cpp03 cpp98
Last synced: 26 Feb 2025
https://github.com/tomasmark79/imagelabelguifree
Example of using DotNameCpp Template.
Last synced: 06 Sep 2025
https://github.com/adnan-asad1/professional-hotel-reservation-system
A Complete Hotel Reservation System with deep concepts of DSA and OOP in C++.
cpp cpp-all cpp-library cpp-programming dsa dsa-algorithm dsa-cpp dsa-project oop oop-concepts oop-principles oops-in-cpp
Last synced: 28 Feb 2025
https://github.com/pranav2092/priority-queues-in-finding-shortest-path
Priority queues in finding shortest path.
a-star-algorithm a-star-path-finding advanced-algorithms advanced-data-structures binomial-heap cpp cpp-all cpp17 cpp20 graph leftist-heap min-max-heap priority-queue
Last synced: 17 Mar 2025
https://github.com/deryaxacar/42-cpp_06
In this module, you'll learn about type conversions in C++ using operators like static_cast, dynamic_cast, and reinterpret_cast. You'll also explore polymorphism and safely convert between derived classes using dynamic_cast.
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school casting cpp cpp-all cpp-modules-42 cpp06 cppmodules typecasting
Last synced: 13 Mar 2025
https://github.com/abdul-rehman-0787/hotel-management_code
A simple Hotel-Management in C++ using basic PF concepts. Focuses on file handling to manage Customer records. Easy-to-understand code, perfect for beginners.
cpp cpp-all file-handling-in-cpp
Last synced: 31 Mar 2025
https://github.com/abdul-rehman-0787/short_lms_easy
An easy version of a Learning Management System (LMS) in OOP C++. Most of the code involves file handling, but some parts are hard-coded. The code is easy to understand and concise.
cpp-all file-handling-in-cpp oop-cpp
Last synced: 31 Mar 2025
https://github.com/tomasmark79/emojitoolsfree
is a simple library that handles retrieving UTF-8 emoji characters on demand.
cmake conan cpm-cmake cpp cpp-all cpp-template cross-platform emoji emoticons library template template-project utf-8
Last synced: 11 Apr 2025
https://github.com/dvurechensky-docs/basicknowledgecpp
Базовые знания языка C++
cpp cpp-all cpp-library cpp-programming cpp11 cpp14 cpp17 cpp20 cpp23 cpp98 dvurechensky dvurechenskydocs dvurechenskypro education language students
Last synced: 06 Sep 2025
https://github.com/luv2seeyoucry/cpp-projects
Collection of 50 C++ Projects, Algorithms, Data Structures & Learning Materials
algorithm-challenges algorithms algorithms-and-data-structures cpp cpp-all cpp-course cpp-programming
Last synced: 02 Apr 2025
https://github.com/tomasmark79/helloworldgtkfree
Example of using DotNameCpp Template.
Last synced: 21 Mar 2025
https://github.com/adnan-asad1/atm-system-manager
A basic software for managing the ATM system
atm cpp cpp-all cpp-library cpp-programming cpp17
Last synced: 13 Mar 2025
https://github.com/starlitdreams/random-walk-sdl2-
This project is a random walk simulation using SDL2. It creates a graphical window where each step of the walk is colored based on its direction (up-left, up-right, down-left, down-right). The walk resets if it goes out of bounds. Built with SDL2, it features color-coded steps and boundary resets. Contributions are welcome!
cpp cpp-all cpp-programming cpp20 cpp23 programming random random-generation sdl sdl2 sdl2-image
Last synced: 03 Jan 2026
https://github.com/pranav2092/n-queen-visualizer-cpp
An N-Queen Visualizer in C++
backtracking backtracking-algorithm cpp cpp-all cpp-library cpp-programming cpp23 n-queens-visualizer nqueens-problem-solver visualization visualizer
Last synced: 03 Oct 2025
https://github.com/archismankarmakar/c-_template_ak
C++ template & snippet by Archisman Karmakar for CP.
codechef codeforces competitive-programming computer-programming cpp cpp-all cpp17 cpp20 leetcode programming programming-language snippets technology template
Last synced: 25 Aug 2025
https://github.com/superb-man/artificial-intelligence_318
AI course works.Implementation of popular N-puzzle,Mancala and Decision tree
cpp-all decision-tree grasp-metaheuristic html5 javascript mancala-game npuzzle-solver x-33
Last synced: 03 Mar 2025
https://github.com/jeffreyargueta/evaluacion01_pii
First evaluation of Programming's Laboratory II - University of Sonsonate
cpp-all cpp-programming evaluation oop-principles oops-in-cpp university
Last synced: 27 Mar 2025