There are 1 repository under oop-in-cpp topic.
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.
Exercises to practice Object-Oriented Programming in C++
š§¾ An object oriented C++ Program which stores and maintains course feedback provided by students.
All materials of my youtube courses
Library Management System using object oriented in C++
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 .
Getting started with CPP - Insights and Notes.
A logging class will be designed in this repository that can control the number of log files and the frequency of their occurrence.
This code is a program that generates a B-mode image containing multiple scanlines from echoes received from an ultrasound transducer.
[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.
š® Classic Pac-Man game written in C++
Dungeons and Dragons game designed to be played at the command console
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.
Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.
Intro to design patterns, design documents with UML and OOP in C++.
C++ assignments of EPFL-- A Coursera course
Trabalho da matéria Técnicas de Programação 1 (CIC0197) da UnB
Here are the few C++ projects, inside of them some complex algorithms and many more things that can help you .
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.
cpp lib for calculating matrices
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.
Introduction to object oriented programming with C++, 42 curriculum
DSA in C++ using OOP.
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++
DCL-112: Object-Oriented Programming using C++20
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.
C++ Account System
A simple bank management system using C++ (OOP)
The University Management System is a C++ based console application that efficiently manages students, professors, and courses using Data Structures & Algorithms (DSA).
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.
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.