Hello guys!!
In this post you will get a Offline C++ project.You can download source code of this project from the download link below.I have given description about what does this project is about.Read that description carefully so that you be clear about this project.
Screenshots:
Offline Exam project on File Handling in C++ :
This project is of offline test, and totally depend on file handling in C++(OOP). In this project an examiner can take exams of students and can generate result of the test/exam.
The features are:
1. Examiner can add question to the software.
2. Without password no one can enter into admin panel of examiner.
3. Student have facility to add his name, roll no, etc.
After entering the admin panel you have 3 options
1. Enter new question ( To add new question )
2. View Question (To display all added questions)
3. Exit ( To go outside of admin panel)
To enter into admin panel user must know the password,without the password you can not enter into the admin panel.
After entering Student panel you have 3 option
1. Start Exam (To start exam)
2. Search Result (To get result)
3. Exit ( To go outside of student panel)
3. Exit ( To go outside of student panel)
Click to download source code: Download
Let's see how to setup this Offline Exam project on File Handling in C++ :
Step 1: Open Turbo c++ software.
Step 2 : Create a new file and save it with any name and remember that name.
Step 3: Download the source code from this post and copy this code.
Step 4: Go to C drive or Drive where you installed Turbo c++ then go to Turbo C3/Bin and find the recently saved file.
Step 5: Open that file in notepad and paste this downloaded code in this file and save it.
Step 6: Again open Turbo c++ software and open the same saved file .You will get the code in the software.
If you find any error after compilation then comment below. Read this post carefully and make sure to subscribe the website to get notified about new posts.
0 Comments