Skip to content

"Telecom Billing System" is a college mini project programmed in C++. It utilizes file systems and implements sequential indexing with a primary index. The project involves creating index and data files for performing operations such as addition, modification, deletion, and record display.

Notifications You must be signed in to change notification settings

vishwasholla/fs_mini_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

"Telecom Billing System" is a college mini project programmed in C++. It utilizes file systems and implements sequential indexing with a primary index. The project involves creating index and data files for performing operations such as addition, modification, deletion, and record display.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages