Skip to content

konfirmed/loan-c-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Management System (WIP)

Overview

This project is a C++ based Loan Management System designed for banks or government institutions. It handles loan applications, tracks repayments, calculates interest, and generates various reports.

Setup and Usage

1. Compile the C++ Programs

Use a C++ compiler (e.g., g++) to compile the C++ programs.

g++ -o LoanManagementSystem src/*.cpp
  1. Run the Loan Management System Execute the main program to start the Loan Management System.
./LoanManagementSystem

Features

  • User Authentication: Secure access to the system.
  • Loan Application Management: Add, update, and delete loan applications.
  • Repayment Tracking: Record and track loan repayments.
  • Interest Calculation: Calculate and update interest on outstanding loans.
  • Reporting: Generate detailed reports on loans, repayments, and overdue loans.

Data Files

  • users.txt: Text file for user credentials.
  • loans.txt: Text file for loan records.
  • repayments.txt: Text file for repayment records.
  • logfile.txt: Text file for logging system usage and errors.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages