0% found this document useful (0 votes)
6 views

Oop Report

Report structure of c++ project

Uploaded by

gareprathm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Oop Report

Report structure of c++ project

Uploaded by

gareprathm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

MAHARASHTRA STATE BOARD OF TECHNICALEDUCATION

GOVERNMENT POLYTECHNIC
KARAD

ACADEMIC YEAR 2023-2024

PROGRAM- COMPUTER ENGINEERING


COURSE- Object Oriented Progamming in C++ (22316)

A Micro Project Report On


“STUDENT MANAGEMENT SYSTEM”

Under The Guidence Of


Prof. S.V. Jadhav
Maharashtra State Board of Technical Education
Certificate of Completion Of Micro-Project
(By respective Head of the Department and Head of the Institute)

This is to certify that Mr. Vinayak Mainkar, Mr. Deshmane Sanskar, Mr.
Kondhawale Parth, Mr. Sarthak Pawar, Mr. Gare Prathmesh with Roll No 1256,
1257, 1260, 1267, 1270 has successfully completed Student Management
System Micro-Project as in the enclosed ‘portfolio’ during their tenure of
completing the Diploma Program in Computer Engineering from
Government Polytechnic Karad with Institute code 0010.

Signature Signature

Head of the Department Head of the Institute


ACKNOWLEDGEMENT
We take it is an opportunity to thank all those who have directly and indirectly
inspired, directed and assisted us towards successful completion of this microproject
report.
We express our sincere thanks to the principal Dr. R. K. Patil for lecture
allowed to submit this report as part of our academic learning our sincere thanks to
Smt .S. V. Jadhav.
In “Object oriented programming in C++” department of COMPUTER
ENGINEERING, Government Polytechnic karad for this encouragement through out
this project report and guideline in designing and working outthis project. We are
also grateful to learn of “Object Oriented Progamming In C++(22316)” for their highly
encouraging and co-operative attitude. We expressour sense of gratitude towards
our friend and parents for their constant moral support during microproject report.

Place: Government polytechnic karad


Date:

Yours Sincerely,

1251- Vinayak Gorakhnath Mainkar


1261- Sanskar Subhash Deshmane
1263- Parth Raju Kondhawale
1267-Sarthak Sopan Pawar
1270-Prathamesh Vijay Gare
MICROPROJECT REPORT

“STUDENT MANAGEMENT SYSTEM”

0.1 RATIONALE :-
Student management system project in C++ is a simple console application built without the use
of graphics. In this project, users can perform typical student management system related
functions likeadding a new student record and displaying, modifying, editing and deleting it. File
handling has been effectively used to perform all these. This project will teach you how to use file
handling in C++, add, read, display, search, modify and delete record from file.

0.2 AIMS/BENEFITS OF THE MICRO-PROJECT :-


0.1 To develop a program logic.
0.2 To learn how to create a class and their function argument.
0.3 To develop a complete program and execute that program.
0.4 To get a chance to improve your C++ skills.

0.3 COURSE OUTCOMES:-


a. Develop C++ programs to solve problem using Procedure Oriented Approach.
b. Develop C++ programs using classes and objects.
d. Develop C++ programs to perform file operations.

a. LITERATURE REVIEW :-
Student Management System written in C++ that provides various facilities like reading from a
file, add, sort, modify, remove, and print a student details that is easy to operate. Utilized
intermediate C++ concepts like data structures and file handling for reading and writing a student
report card. A student management system is a program that enables users to easily store and find
student information, such as name, marks, percentage. This student management system can be
used to add, read, display, search, modify and delete record from file. All added and edited
records are saved in a file .
b. ACTUAL RESOURCES USED :-

Sr.No Resources used Specifications Quantity

1 Computer system HP Pavilion, i5 11th Gen, 8gb 1


RAM.

2 Software Version-Turbo C++ 3.7.8.9 1

3 Microsoft Office Ms office-2019 -


0.4 ARCHITECTURE

STUDENT MANAGEMENT SYSTEM

ADD STUDENT
UPDATE STUDENT DELETE DISPLAY

ROLL NUMBER ENTER ROLL NO


ENTER ROLL NO

NAME UPDATE NAME DISPLAY ROLLNO

DISPLAY NAME
CLASS UPDATE CLASS

DISPLAY CLASS
GENDER UPDATE MARKS

DISPLAY GENDER
MARKS

ENTER ROLL NO
DISPLAY TOTAL MARKS

DISPLAY PERCENTAGE
0.5 OUTPUT OF MICRO-PROJECT:
0.6 CONCLUSION:
1) Student Management system is very simple project that helps us to store report
cards of students for long time.
2) By completing this project we are able to use all function in header files used in
project easily.
3) We understand use of classes and object made project simple.
4) By this project we understand how to use file handling in C++.

0.7SKILL DEVELOPED:
1) To present specific topic professionally.
2) To work with unity.
3) To increase our thinking.
4) To work with team with proper unity.
5) To increase our thinking and reach at the depth of the concept.

0.8 APPLICATIONS:

1) For creating Final set of student details like roll no, name, gender, marks, percentage
2) Student management system stores and tracks students personal information, records etc.

You might also like