Skip to content

Bhavayami/Inter_Transfer_Amount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Inter_Transfer_Amount using Templates

Mini Project on Template-based C++ program to securely transfer funds between two accounts with PIN verification.

Description: This C++ program simulates money transfer between two bank accounts using function templates. The program allows the user to:

  • Create two accounts
  • Set individual PINs
  • Choose the account from which money is transferred
  • Perform balance validation before transfer

Templates are used to make the transfer function generic and reusable. Concepts Used

  • Function Templates
  • Pass by Reference
  • Conditional Logic (if-else)
  • Input/Output using cin and cout

About

Mini Project on Template-based C++ program to securely transfer funds between two accounts with PIN verification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages