oop-in-cpp
There are 126 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++
dede6giu/tp1-assignment
Trabalho da matéria Técnicas de Programação 1 (CIC0197) da UnB
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
DiegoGarciaPadilla/Console-DnD
Dungeons and Dragons game designed to be played at the command console
gtpoint/cpp_projects
Here are the few C++ projects, inside of them some complex algorithms and many more things that can help you .
rarakira/CPP-modules
Introduction to object oriented programming with C++, 42 curriculum
Abdoelabassi/cpp-epfl-coursera
C++ assignments of EPFL-- A Coursera course
ArslanArdavic/CMPE322-Project3
Multithreaded Prepayment System Application
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-2022-sep-20
DCL-115: Object-Oriented Programming using 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.
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
khaledkamr/Clothes_shop_system
Data structure project
LinuxUsersLinuxMint/Cppacc
C++ account class
Mofazzal874/PIMRC
A project based on Object Oriented Programming in C++(CSE-2102) Course.Pure C++ is used
sr-tamim/bankman-cpp
A simple bank management system using C++ (OOP)
UnderMou/ODE_solver
This package is designed to solve first order Ordinary Differential Equaitons (ODE) numerically in C++ with post processing in python.
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.