anybody has any idea for code c++ to do this
Attendance Page
o Teacher can:
o Take the attendance of the class.
o Edit it on any time.
o Ask to view the attendance at specific date and edit it.
Store everything in a vector or a container of some sort.
You could make your own class complete with functions to operate on the vector the way you want it to happen.