oop-in-cpp
There are 136 repositories under oop-in-cpp topic.
code-chaser/hospital-management-system
A hospital management system, made using object oriented programming and file handling (in C++), that keeps records of doctors, their appointments, patients, staff and more.
AndorGunczer/CPP_OOP_Deep_Dive
Exercises to practice Object-Oriented Programming in C++
SABERGLOW/Feedback_Management_System
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.
Abdalla2030/Education_Youtube_Materials
All materials of my youtube courses
ashiqurrahmananik/library-Management-System
Library Management System using object oriented in C++
muhibarshad/Salik-Bank-Limited
Bankist application in C++ by using dynamic arrays and classes concepts :Its main features are login system, user authentication ,create a new account , requesting loan , transfer money, sort your movements , currency converter , delete your account and log out system .
Choaib-ELMADI/getting-started-with-cpp
Getting started with CPP - Insights and Notes.
KeremTAN/Logger
A logging class will be designed in this repository that can control the number of log files and the frequency of their occurrence.
aadium/B-Mode-Beamforming
This code is a program that generates a B-mode image containing multiple scanlines from echoes received from an ultrasound transducer.
ImNotMenduina/sdl2-mr-shooter
[EN] This is my first game project using SDL2 and C++. I'm implementing my own data structures, practicing OOP, and having a lot of fun.
KeltorHD/Pac-Man-CPP
🎮 Classic Pac-Man game written in C++
DiegoGarciaPadilla/Console-DnD
Dungeons and Dragons game designed to be played at the command console
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.
muhibarshad/Zero-to-Advance-OOP-Concepts-CPP
Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.
praneshp1org/OOP-2nd-Semester
C++ 2nd semester practise | IOE Pulchowk
aarushirc14/Principles-of-Software-Design
Intro to design patterns, design documents with UML and OOP in C++.
Abdoelabassi/cpp-epfl-coursera
C++ assignments of EPFL-- A Coursera course
dede6giu/CIC0197-TP1
Trabalho da matéria Técnicas de Programação 1 (CIC0197) da UnB
gtpoint/cpp_projects
Here are the few C++ projects, inside of them some complex algorithms and many more things that can help you .
HasanYahya101/OOP_Assignments
Solutions to Object Oriented Programming assignment questions from Spring 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the theory (subject), not the Lab subject.
JoKeRooo7/matrix_cpp
cpp lib for calculating matrices
PaulVonDaniels/Custom_Linked_List
Implementation of a singly linked list in C++ with basic and advanced operations such as push, pop, insert, erase, reverse, and so on. Demonstrates OOP, pointers, and data structures.
rarakira/CPP-modules
Introduction to object oriented programming with C++, 42 curriculum
Ali1raz/practice-DSA-cpp
DSA in C++ using OOP.
asifdhillon25/To-do-List
Its to-do-list console app solely made with c++ you can use it to build your concepts of OOP and File Handling in C++
deepcloudlabs/dcl112-2023-oct-16
DCL-112: Object-Oriented Programming using C++20
domvt/ArduinoOOP
This is an Arduino-based project that will follow my progression learning C++ (on the Arduino IDE and otherwise) with a goal of proficiency in object-oriented programming for mechatronics engineering.
K-P-creator/RadarV2
2D Radar Simulation
khaledkamr/Clothes_shop_system
Data structure project
LinuxUsersLinuxMint/CPP-Account-System
C++ Account System
sr-tamim/bankman-cpp
A simple bank management system using C++ (OOP)
UmerFarooqJillani/University-Management-Project-Cpp
The University Management System is a C++ based console application that efficiently manages students, professors, and courses using Data Structures & Algorithms (DSA).
ygor-sena/42cursus-cpp-piscine
The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.
zabavb/Local-manager
Local Manager is a simple console application written in C++ to manage local resources or entities. This project was created to demonstrate core principles of object-oriented programming (OOP) and resource management.