Banking system made in C, C++, QT and H (headers)
  • C++ 62.4%
  • C 31.9%
  • CMake 5.7%
Find a file
2026-03-26 14:36:48 -04:00
banking.h Add banking.h 2026-03-26 14:33:11 -04:00
CMakeLists.txt Upload files to "/" 2026-03-26 14:33:38 -04:00
main.cpp Upload files to "/" 2026-03-26 14:33:38 -04:00
MainWindow.cpp Upload files to "/" 2026-03-26 14:33:38 -04:00
MainWindow.h Upload files to "/" 2026-03-26 14:33:38 -04:00
manager.c Upload files to "/" 2026-03-26 14:33:38 -04:00
README.md Update README.md 2026-03-26 14:36:48 -04:00

Bank-Managing-System

Banking system made in C, C++, QT and some headers :3

Installation

Easy installation. You need:

  • CMake
  • Make
  • GoodRenderer

To make/compile the program you use:

mkdir build cd build cmake .. make ./BankingApp Or everything in one command:

mkdir build && cd build && cmake .. && make && ./BankingApp