Skip to content

pingminus/CppBankSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ Bank System Login

This is a simple C++ program that implements a basic bank system login. The program runs in the terminal and allows users to log in using predefined credentials. It is a great example for understanding how a console-based login system can work in C++. (The code is awfull ik...)

Bank System

# Requirements C++ compiler
git clone https://github.com/yourusername/banksystem-login.git
cd BankSystem
g++ *.cpp -o Main
Main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages