Dear All,
I need to do a small c++ application. The problem here is that an application which will keep details on each subject and their breakdown.
For example I have a subject list like this
AN123 Assignments 50%, Labs 20%, Test 30%
AN244 Assignment 1 25%, Assignment 2 25%, Assignment 3 50%
AN022 Development projects 50%, Test 50%
So my problem here is that accordingly for each subject I want to keep the marks for each breakdown accordingly. Is there any idea how can I keep all this in a text file and read it accordinly. Off course I can open a file in C++ but I dont know how to read and store dynamic values.
I need to do a small c++ application. The problem here is that an application which will keep details on each subject and their breakdown.
For example I have a subject list like this
AN123 Assignments 50%, Labs 20%, Test 30%
AN244 Assignment 1 25%, Assignment 2 25%, Assignment 3 50%
AN022 Development projects 50%, Test 50%
So my problem here is that accordingly for each subject I want to keep the marks for each breakdown accordingly. Is there any idea how can I keep all this in a text file and read it accordinly. Off course I can open a file in C++ but I dont know how to read and store dynamic values.