Student Records System Design
#2

Student Information system


[attachment=7972]

Name:Ashutosh Gupta
SectionBig Grin6911
Submitted to : Respected Mr.Gour Sundar Mitra Thakur


Contents

# Introduction

# Class Hierarchy

# C++ coding

# Output

# Future scope and enhancement


INTRODUCTION

My program on Student Management System has been designed for maintaining student records. There are following section in the program :
1. Record entry section: In this section the datas of the student has been entered and saved.
2. Searching record section: In this section the record of the following student has been searched by entering the rollno or by name.
3. Display section: In this section the record of the student has been displayed at a glance.
4. Modify section: In this section if any detail of the particular student has been entered wrong , that has been corrected.
5. Delete record: In this section the record of the student has been deleted permanentely.
The framing of the program has been designed using ‘Switchcase’ and some graphic functions like textcolor(color),textbackground(color),textcolor(BLINK) and using gotoxy( row, column) ;


Class hierarchy

The only main class ‘student’ has been declared having following data member and function :
Private data members are name(for entering Student name),rollno(for student rollno),admin_no(for student admission no),dd(for day date of student date of birth),mm(for monthof student date of birth),yy(for the year of student date of birth),fname(father’s name of student),mname(for mother name of student).
Public data members and function : ‘void getdata()’ for inputing the details of the student(like name,rollno,date of birth) . ‘void putdata’ for displaying the datas of the student,’void modifydata()’for editing the details of the student.The record of the student can be searched and deleted but function has been declared for it in the class,direct coding has been done in the ‘main()’.
Other information about variable has been written in the non-compiled statement (in source code ).



Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: datas, medical records systems, college of dupage records, records management in sharepoint 2010, employee training records management, t studenta statystyki, hardest undergraduate,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
Student Records System Design - by project topics - 04-04-2010, 12:09 AM
RE: Student Records System Design - by seminar surveyer - 06-01-2011, 02:50 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Exploring the design space of social network-based Sybil defenses 1 938 15-02-2017, 02:55 PM
Last Post: jaseela123d
  SMS BASED STUDENT INTIMATION seminar presentation 18 11,641 03-09-2016, 02:59 PM
Last Post: jaseela123d
  Student Fee Management System project topics 4 6,015 25-09-2015, 09:54 AM
Last Post: seminar report asees
  STUDENT INFORMATION SYSTEM IN JAVA project topics 14 10,657 19-08-2015, 11:28 PM
Last Post: Guest
  Design of Intranet Mail System nit_cal 14 11,525 19-05-2015, 11:17 AM
Last Post: seminar report asees
  Computerizing the Student Registration System mechanical engineering crazy 1 3,736 22-01-2015, 02:04 AM
Last Post: Guest
  Design and Implementation of TARF: A Trust-Aware Routing Framework for WSNs Projects9 6 3,595 10-01-2015, 11:13 PM
Last Post: Guest
  Student Hostel Management system mechanical wiki 4 6,297 12-12-2014, 09:33 PM
Last Post: seminar report asees
  WEB PORTAL FOR STUDENT INFORMATION SYSTEM OF E.C.A smart paper boy 2 3,163 29-03-2014, 11:49 PM
Last Post: Guest
  Persuasive Cued Click-Points: Design, Implementation, and Evaluation of a Knowledge-B Projects9 3 3,058 15-04-2013, 11:14 AM
Last Post: computer topic

Forum Jump: