Database

Write a program that maintains a database containing data, such as name and birthday, about your friends and relatives. You should be able to enter, remove, modify, or search this data. Initially, you can assume that the
names are unique. The program should be able to save the data in a fi le for use later. Design a class to represent the database and another class to represent the people. Use a binary search tree of people as a data member of the database class. You can enhance this problem by adding an operation that lists everyone who satisfies a given criterion.

For example, you could list people born in a given month. You should also be able to list everyone in the
database.
So what exactly do you need help with? I don't see a single question.
Homework?
Yes, I know it is his homework. That is irrelevant though, this is not a homework site this is a site for helping people with problems they have. Key word, helping not doing it for them.

Edit: Even if we did write programs for people, doing someone's homework for them is frowned upon and is against almost if not all academic codes.
Last edited on
Topic archived. No new replies allowed.