This document is a project report submitted by Mukesh Kumar Vanika, a class 12 student, on the topic of "Student Data Management". The report contains the source code for a student information system developed using C++. It includes functions for adding, modifying and viewing student records which are stored in a structure containing details like name, registration number, marks etc. The code allows storing records of multiple students in an array and writing them to individual text files.