Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 847 Bytes

FS_MINI_PROJECT

Telecom Billing System

Description

This project is a Telecom Billing System implemented in C++. It utilizes the method of Sequential Indexing with a primary key index. The system offers various functions such as addition, modification, deletion, payment, and displaying of records.

Language

The project is programmed in C++.

Method

Sequential Indexing with a primary key index is used for efficient record management and retrieval.

Functions

  • Addition: Allows the addition of new records to the system.
  • Modification: Enables modifying existing records with updated information.
  • Deletion: Allows the removal of unwanted records from the system.
  • Payment: Handles payment-related operations.
  • Displaying of records: Provides functionality to view records stored in the system.

DONE BY --VISHWAS HOLLA