cpp-project
There are 117 repositories under cpp-project topic.
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.
educ8s/Cpp-Tetris-Game-with-raylib
C++ Tetris Game with raylib with a video tutorial explaining each line.
grim-firefly/C-CPP-Project
Here You will find some easy C and C++ project.
educ8s/Cpp-Pong-Game-Raylib
A C++ Pong game developed with the Raylib library using OOP principles.
yrncollo/cpp-projects
A collection of C++ projects
kishanrajput23/Training-Schedule-Management
This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.
The-Young-Programmer/GUI-Scientific-Calculator
Graphical Scientific Calculator in C Programming Language
Bishnukt/Student_Data_Manager
A simple console program to manage student official datas like student_id, name, course, department, phone no. etc.
MaxLHy0424/SCLTK
基于 Modern C++ 的学生机房控制破解软件, 适用于 Microsoft Windows OS.
hello-shohanur/A-Tidy-Village-using-OpenGL
There is a tidy village. On one side of which there will be a railway line and a river.
ash-dodek/TicTacToe
TicTacToe game made in c++.
MrEbabi/OOP-Appointment-Cpp-Program
C++ Project for Student-Lecturer Appointments using Object Oriented Programming
rajjitlai/attendance-management
A C++ Project on Attendance management of students
i-amsagar/COVID-19-Management-System-cpp
This project is aimed at developing a Covid-19 (Vaccine) record system. It is a system meant to maintain all the details regarding user and doctor details. We have developed it using C++. It will also reduce the paperwork and reduce the time..
RishuRajan/Book_Reader_App
This Project builds using CPP language with STL implementation
Nasim992/Criminals-record-management-system
This project is based on Criminals Record Management System. This is little project .This project includes all the basic functionalities . Such as add, delete , modify, search ,view functions and there is also contains file functionalities The whole project is done by Class and Objects of C++.
SudoMaker/sysfs_fw_loader
Small tool to load firmwares using the Linux sysfs interface
hstsethi/dietcli
DietCli is a blazingly fast, cross-platform, command line nutrition tracker written in C++.
HypertextAssassin0273/SwiFT_Store_Management-OOP_Project
C++ language based generic management project which covers all the basic & some advance concepts of OOP & C++11, using DevC++ Compiler
jeremiahtorralba/PongGame
Pong Game - C++ and SDL2
mhy20401/Bank-Management-System-Cpp
A simple Bank Management System in C++. It allows users to perform various operations such as creating a new account, depositing money, withdrawing money, checking account details, modifying account information, deleting accounts, and viewing all existing accounts.
Mmabiaa/Cpp-Beginner-Projects
Simple and beginner friendly C++ projects you can clone
R3D9477/VSCodeCppIDE_Template
rapid start the new C++ project, easy to debug and obtain profiling reports
sou3mar/student-manager-cli
Custom CLI application for student management of an elementary school in C++. A classic CS university exercise.
debck/Attendance_Management
Academic project based on OOP concepts.
nixrajput/char-counter-cpp
Count every character of a `string` and categories it as `vowel`, `consonants`, and `digits` using `C++` programming language.
RiritoNinigaya/DisableUAC_CppEdition
DisableUAC_CppEdition by RiritoNinigaya
saadullahmughal/rail-reservation-cpp
Railway Reservation & Ticketing System using File Handling in C++
sharadcodes/BMS
Bank Management Software :- A menu driven minor project in C language giving the facility of creating a new account, deleting, withdrawing, depositing and showing the details of the accounts.
AnshulRathee/Contact-Management-System
C++ Project of Contact Management System
i-amsagar/Student-Management-System
This project is aimed to developing a student record system. It is a system meant to maintain all the details regarding student details. We have developed it using C++. It will also reduce the paperwork and reduce the time..
kamleshbaheti/Secure-Login-Account-Management-System
An Intermediate level project based on C++, File Management Techniques and OOP's Concepts to handle User's Accounts, Adding New Account, Modifying Accounts, Deleting Accounts etc.
morkev/air-gesture-mouse
Motion-controlled computer mouse created with an Arduino Micro and an MPU-6050 gyroscope.
Mubeen-Channa/ATM-Machine-Cpp-project
This is my C++ ATM Machine 1st semester project. This project is build from scratch using C++.
RockSolidSoln/Cpp-Project
C++ Project for Database Analysis
3BThakuri/SMS
A simple C++ program to manage student records with features like adding, viewing, updating, and deleting students. Data is stored in a text file for persistence..