You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🏦 This repository features a Banking System Simulator developed in C. It simulates basic banking operations such as account creation, deposits, withdrawals, and account inquiries, offering a practical example of system design and management for developers exploring financial applications programming.
Bank Management System implemented in C. It provides command line user authentication, account management, transaction processing, reporting, and account editing. The system is designed for scalability, customization and it ensures a user-friendly CLI
Semiannual project for the subject of Algorithm Development taken at Centro Universitário FEI. Development of a personal expenses portfolio in C language and storage of information in an external file.
This is a server-client based CLI Banking System. All accounts, transactional, customer information, and admin details are stored in files. It supports basic operations like login, CRUD operation on customer, Check Balance, WithDrawal, and Deposit. All these things were mostly done using system calls.