C++ Students Projects


Student report card PROJECT in C++
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).
Technology: C++
Download

Library Management System Project In C++
Description: This C++ menu driven programs on LIBRARY MANAGEMENT SYSTEM has book and student class with data members like book no, bookname, authorname. Books records is stored in a binary file. A student can issue book and deposit it within 15 days. Student is allowed to issue only one book. Student Records are stored in binary file. Administrator can add, modify or delete record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file).
Technology: C++
Download

Supermarket Billing PROJECT In C++
Description: This C++ menu driven programs on SUPERMARKET BILLING SYSTEM has product class with data members like product no, product name, price, qty, tax, discount. Product details is stored in a binary file. A customer can purchase product and his invoice generated. Administrator can create, modify, view and delete product record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), project file(.doc file).
Technology: C++
Download

Share:

Popular Posts

Pick project