any good programmers here?

May 25, 2013 at 12:50am
i want to ask u something would u reply so i ask ?
May 25, 2013 at 1:26am
Just post the question, many of us are ready to help. We are all good programmers. :D
May 25, 2013 at 1:28am
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.
May 25, 2013 at 1:45am
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.
May 25, 2013 at 2:01am
i dont know how to use vector :S cant we use files ?
May 25, 2013 at 3:15am
Oh yea store in a text file. Google fstream.
May 25, 2013 at 3:15am
Topic archived. No new replies allowed.