Coders Packet

Student Record Management System Using C++

By Ranjana Kumari

This is a student record management system project, which enables you to create, read, modify, and delete student Records. It is a C++ program for education establishments to manage student data.

  1. INTRODUCTION:

    This is a student record management system project, which enables you to create, read, modify, and delete student Records. It utilizes file handling

    and shows the class and object of the programming language. It is a very effective and simple understanding of beginners.

    This system is based on a concept to store and generate all the records of the students. Also, this program has a simple database of students for a   

    school where the user can add student details safely and it’s not time-consuming. This System makes it easy to store records of each. Moreover, the

    user can view all the records, modify and remove the details. Also, this project is easy to operate and understand by the users.

 

  1. OBJECTIVES:

  • Student Management system is a management information system for education establishments to manage student data.
  • It provide capabilities for registering students in courses,Admitting students, tracking student attendance and Submitting students documents and fee payment online.
  • Ensure data integrity, privacy, and security in an open-access environment.

 

 3. SOFTWARE REQUIREMENTS:

     OPERATING SYSTEM: Windows or Linux

     COMPILER: DEV C++ or any best for C++.

 

  1. How it works

     Each  functionality has a function call in switch statement on the user choice control transfers to a function. Every function opens a file name     

     "database" and insert, show and search data from it. File will be created where c++ file is placed in secondary storage.

 

  1. FRONT-END:  C++ Language

 

  1. BACK-END:  Binary Files

 

  1. PURPOSE OF THE SYSTEM:

       The system maintains records of students, the courses and modules on which they are registered and the outcome of their studies.The     

       application is distributed application because the data is stored centrally by the university but accessed by academic staff and administrators     

       across the university.Students also access the system to view their results.The real system would be service oriented and would expose some

       of its functionality as a set of services which could be consumed by other applications. 

 

  1. Features of Student Record System :

      Simple functions have been to manipulate data structure and file handling, so here I will just list the features of this project.

  • Create student report card
  • View all students report card
  • View a single report card
  • Modify report card
  • Result
  • Delete Record
  1. Functions :

  1. Intro
  2. MAin Menu
  3. Accept Data
  4. View_Specific
  5. Viewall
  6. Result
  7. DeleteRecord
  8. Modify
  1. FUTURE ENHANCENT:

  • It is very simple application need to be enhanced.
  • Can made for multiple users.
  • Made for using lan application.
  • Made for using Wan application.
  • Providing more security features.

 

 

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Ranjana Kumari (ranjanakumari)

Download packets of source code on Coders Packet