need help with my c++ program :-(

Jun 28, 2013 at 2:01pm
I need a program with menu system and program should ask for student surname, forename and their date of birth.the program should not accept the student bellow 16 years and older than 60 years. the user should be able to add or delete and the sort the list of student. programmer must have the function to pass the values and can be use arrays or iterators.

many many thanks
Jun 28, 2013 at 2:07pm
Do you have any code, people are not going to do your h/w for you. Post some code and we will help with any problems.
Jun 28, 2013 at 2:21pm
You forgot to post "your c++ program :-)" no code no help :-(
Jun 28, 2013 at 2:45pm
- I would suggest that you use an array of objects for this.
Jun 28, 2013 at 4:14pm
You learn by your misstakes. So try and write the code and see where that gets you...
Topic archived. No new replies allowed.