Skip to content

Console C++ project. It includes the simple and basic functionality of a bank system and functions such as password encryption, logging registration ..etc. It is file-based system which store data in separate files. This project is fully object oriented and isolate the screens classes (presentation) from the core classes (bussines)

Notifications You must be signed in to change notification settings

Yousef-Binnob/Bank_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bank System Console Application

The Bank System Console Application is a C++ project that implements a simple and basic functionality of a bank system. It is designed as a console application and focuses on core features such as password encryption, logging registration, and file-based data storage.

Key Features

-Password Encryption: The application provides password encryption to ensure the security of user credentials and protect sensitive information.

-Logging Registration: Users can register their activities and transactions through logging, allowing for easy tracking and auditing of banking operations.

-File-Based Data Storage: The project utilizes a file-based system to store and retrieve data. This approach enables efficient management of customer information, account details, and transaction records.

-Object-Oriented Design: The Bank System Console Application follows an object-oriented design, separating screen classes (presentation) from core classes (business logic). This design promotes code modularity, reusability, and maintainability.

The project is written in C++ and provides a foundation for building a more extensive banking system. It can serve as a starting point for developers interested in creating console-based banking applications with essential features.

About

Console C++ project. It includes the simple and basic functionality of a bank system and functions such as password encryption, logging registration ..etc. It is file-based system which store data in separate files. This project is fully object oriented and isolate the screens classes (presentation) from the core classes (bussines)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages