cpp-programming
There are 587 repositories under cpp-programming topic.
WindowsVirusCodes
94种病毒的源代码
42-CPP-Module-00
These exercises enhance your skills and ease the transition from C to C++.
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.
Perimeter-and-Area
Calculate the perimeter and area of the rectangle in c++.
DataStructure
Some Implementations of data structures and usage of them in some sample projects
Aprender-Arduino
Aprenda Arduino com C++. Curso fácil e completo, além de ser open-source. Com tudo que vc precisa saber
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
cpp-bulletin-console-app-exemple
Ce projet est un petit programme console en C++ pour effectuer des operations de calcules sur les notes, moyennes et affichage sous format bulletin ainsi que l'ecriture des resultats dans un fichier .txt
PCBS2Cheat_Minhook
PCBS2Cheat_Minhook by RaizyDaizy
Competitive-Programming
A collection of my solutions to competitive programming problems on different platforms. Using C++.
char-counter-cpp
Count every character of a `string` and categories it as `vowel`, `consonants`, and `digits` using `C++` programming language.
bst-operations-cpp
BST operations using `C++` programming language.
cpp-examples
Simple and basic C++ examples for educational purposes.
Encryption
Experiments with encryption, information compression and algorithms
cpp-fundamentals
A complete collection of basic C++ programs covering topics like data types, loops, functions, arrays, pointers, OOP concepts, file handling, and more. Perfect for beginners who want to build a strong foundation in C++ programming.
OOP-CPP
🧠 This repository is dedicated to Object-Oriented Programming (OOP) in C++, featuring all modules from CPP00 to CPP09 at 42 School.
SEHH2042-Tutorial
SEHH2042 (2024-25) | Tutorial Exercises | Individual Assignment
42-CPP-Module-05
These exercises enhance your skills and ease the transition from C to C++.
CPP
My C++ Concepts, small projects and assignments are there
cpp-playground
Learn by doing, this repo contains my structured practice scripts and notes.
DeepFish
Full chess game application built with SFML (C++) for graphics and Stockfish for AI ♟️
GFG-POTD
This repository is all about the solutions of various "Problem of the day" of GeeksForGeeks.
NekoLauncher
Modern customizable cross-platform auto-updating solution / 现代 跨平台的自动更新方案
tech-pr-cpp-value-catergories
Technical presentation about value catergories (rvalue/lvalue) in C++ and how to understand them...
playground
spielplatz
cpp-phonebook-project
A C++ phonebook application for managing and organizing contacts efficiently using AVL Trees.
MCRCON
这是一个Minecraft的服务器RCON带界面的管理器 (Rcon client for Minecraft with GUI)
CPP-Practice-Problems
C++ Practice Problems from all over the Internet.
Data_Structures_and_Algorithm
Hey folks, this is the repository to prepare a fully complete list of self explained and optimized codes for all important Data structure and Algorithms we frequently use. Only language accepted here is C++
canteen-management-system-cpp
In this project I require that the program store new canteen item, edit them, delete them. You can see the full list of items stored in Canteen. The items will be stored in a file system.
cpa-netacad
CPA: Programming Essentials in C++ - CISCO Networking Academy
Library-Simulation-Management-System
A lightweight Library-Simulation-Management-System to train C++ skills
exercise
All in one, cumulative repository for learning major programming languages
STL
C++ STL Programming with explaination