33 results for “topic:bank-system”
A full-stack mobile application for a digital bank, developed in React Native with firebase integration for data storage and authentication.
Pixelmon cross-version pokemon transfer solution
🤖 基于排队论的时序控制系统及自动目标测试
advanced programming course focused on C++ programming (C++23)
The Bank System explores the potential of Object Oriented Programming in C++ and all its different features. The system performs a variety of actions including adding/deleting accounts from the bank, deposit/withdraw/transfer money around the bank accounts. Overall, a simple yet effective application for beginners to learn OOPs.
C++ console application use OOP concepts , it manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .
A console application that implements the basic functionality of the banking system.
A basic banking system which will just transfer money between multiple customers.
A realistic banking and loan system for Mount & Blade II
Console-based banking system built as an educational project using C++ and OOP principles.
This project is a banking management system built with the concept of operating system and multithread programming using C++.
A simple CLI-based bank management system in Python
Bank System
A simple project for banking system. With some methods for withdraw, deposite and savings account.
Is the simulation of a bank client queues system, that automatically attends the client who corresponds to be served. Two queues are available in this bank; Premium and Standard. Clients will be attended depending on the following factors: -If the client is a woman and is pregnant, she will go to the front of the corresponding queue (Premium or Standard). -If the premium customer queue has more than two customers waiting, the turn will be assigned to a premium customer. -When the premium clients queue has less than 3 clients waiting, the allocation of shifts will alternate between Premium and Standard customer queue. -If a pregnant woman is found in either of the two queues, she should have priority over all other clients, and among pregnant women, the first to have reached the queue will have priority. MENU OPTIONS: 1) Add a new client. 2) Attend a client. 3) View queues status. 4) View specific client info. 5) Exit.
A robust Bank Management System simulation built with C++. Demonstrates advanced Object-Oriented Design (OOD), file-based data persistence, security permissions, and a modular Console UI architecture. Features a full Currency Exchange engine.
Give me a transaction and I will give you its history
Το Pitsas Camp Bank είναι ένα ολοκληρωμένο Electron Desktop Application για τη διαχείριση των χρημάτων των παιδιών σε κατασκηνώσεις. Παρέχει ένα ασφαλές και εύκολο στη χρήση σύστημα για:
Project is destinated to my learning about Python Programming Language
Program Java yang mengimplementasikan Exception Handling untuk mengelola transaksi rekening (debit, kredit, dan saldo) dengan penanganan kesalahan interaktif.
Bank transaction handling system
A simple C++ OOP project for bank account management system — shows classes, struct, static members.
Console-based Bank Management System built in C++ (OOP) with modular screens for clients, transactions, user management, and currency exchange — using TXT files for persistence and logs. 🏦💻
Porquinho Bank é um mini sistema bancário em Python feito para praticar lógica de programação e controle de fluxo. Permite realizar depósitos, saques com limite, consultar extrato e encerrar o programa, tudo via terminal. Um projeto simples, divertido e com muita utilidade pra quem está iniciando no mundo da programação Python.
Create, read, update and delete bank record
“A Python OOP project demonstrating Bank Account system using Inheritance & Polymorphism.”
A Java-based banking system simulation implementing core banking operations and account management using UML design principles. Includes features like transactions, account types, and user authentication. Perfect for studying UML-based software modeling and Java application development.
Binar JavaScript Backend - Challenge Chapter 2
A simple C++ console application for managing bank accounts (clients, transactions, and users). This system includes a secure user login system with role-based permissions.
A simple C++ bank simulation program managing clients, files, and basic transactions.