Skip to content

This is one of the assignments from my Advanced Programming class. It is an example of how pointers, classes, constructors, deconstructors, etc. are implemented in applications.

Notifications You must be signed in to change notification settings

FBHKHAN/Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banking System

This is one of my homework assignments assigned in "Advanced Programming Techniques" course. The idea is to use file for input and output and implement all real world banking functions which include the following:

  • Account Creation
  • Deposit
  • Withdrawal
  • Show Transaction history
  • Balance Check
  • Close Account, etc.

Output

New Account:

New Account

Deposit:

Deposit

Withdrawal:

Withdrawal

Transaction History:

Transaction History

Account Information:

Account Information

About

This is one of the assignments from my Advanced Programming class. It is an example of how pointers, classes, constructors, deconstructors, etc. are implemented in applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages