finds.dev← search

// the find

Srijoy-Chaki/BankManagementSystem

C · updated May 2020

This code is about bank management system. A user can enter number of accounts he/she wants to open, deposit money, withdraw money, view the account details. He/she can access these information using his/her account number which will be asked in the beginning of the program. The program is having many functions to deal with the various aspects of the banking system.

A C console application implementing a basic bank account system — open accounts, deposit, withdraw, view details. Single-file, zero dependencies, no persistence beyond the session. This is a student exercise, not a usable banking system.

- Straightforward C for beginners learning structs and functions

- Covers the core CRUD operations a beginner would want to practice

- No build system complexity — compile one file and run

- No persistent storage whatsoever — all data is lost when the program exits

- Zero stars, zero forks, last touched in 2020 — abandoned student project with no community or maintenance

- Single 'account number' auth with no security model — trivially bypassed

- No error handling visible from the structure; C without bounds checking on user input is a buffer overflow waiting to happen

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →