Wednesday, December 21, 2011

Computer Science C++ Project on STUDENT REPORT CARD


Description :  This C++ mini project on STUDENT REPORT CARD has student class with data members like roll no, name, marks and grade. Member functions in this class are used for accept / display details of students and a function to calculate grade based on marks obtained by student. Student Records are stored in binary file.

This is a simple project using basic file handling concept. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file) and project file(.doc file).

CLICK HERE TO DOWNLOAD

Click Here To View

2 comments:

  1. The source code I downloaded for students report card is not running, please help me

    ReplyDelete
    Replies
    1. The project is running totally fine in our system ... I suggest you to re-download the project and try running it .... If still not working then uninstall your c++ compiler and try installing different compiler/version of c++ compiler and run it .

      Hoping this will solve your problem

      Delete