FIR Management System (C++)

Police Station Management System is based on the concept of managing criminal records. Before stepping into the main menu a user has to pass through a login system to get access, then the user can manage criminal records by adding, updating, removing, viewing and searching for details. This mini project contains limited features, but the essential ones.

Talking about the features of the Police Station management system, the user can add various information of the criminals. For that, the user has to provide convict’s id, name, age, gender, height, weight, crime, face details, conviction etc. Apart from this, the user can view/check a list of the records, search, modify and remove records too. The user just has to provide convict id in order to search for a criminal’s record.

Features:

  • Login System
  • CRUD criminal records
  • Search records

The system creates an external file to store the user’s data permanently. This program mainly focuses on CRUD with searching function. Police Station Management system is developed using C++ Programming Language and different variables, strings have been used for the development of it.