Bank Project (Using OOP Principles)
-
Updated
Nov 9, 2024 - C++
Bank Project (Using OOP Principles)
Compilation of all of the pieces of code created throughout all of my college Computer Science classes
C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.
Created a program that will track customer purchases and the rewards applied to each customer’s account. Based on the amount that a customer spends, they will be placed into a reward tier giving them discounts on future purchases
It is about manging a library. you can add different books. you can borrow and return books. you can also see the library's content . if you want to search for certain book and about its info
This repository contains a series of projects designed to introduce the fundamentals of C++ programming
C++ Programs
A C++ application simulating a restaurant management system, showcasing OOP concepts such as classes, inheritance, and file handling. The system allows users to place orders, manage menus, and process restaurant operations with error logging and music integration.
Task entry app built with Flutter
This repo contains my OOP course's labs and project I did in my university.
This C++ project is a simple console-based shopping system that allows administrators to manage products (add, update, delete) and users to browse and purchase products. It uses a text file to store product data, ensuring persistence across sessions. The project demonstrates basic object-oriented programming and file handling in C++.
Exploring the essence of nine C++ modules.
Single-header base C++ classes.
advanced object-oriented programming
One can use this code for their college projects. This is the code of University Management System using C++ language. It is one of the easy and understandable C++ code. It includes Classes and Objects , Inheritance concepts , loops , switch-case , if-else.
Learn Object Oriented Programming Concepts in C++ here
Add a description, image, and links to the classes topic page so that developers can more easily learn about it.
To associate your repository with the classes topic, visit your repo's landing page and select "manage topics."