Tuesday, January 24, 2012

Write a simple telephone directory program in C++ that looks up phone numbers in a file.?

The user should be prompted to enter a first name and last name, and the program then outputs the corresponding number, or indicates that the name isn't in the directory. After each lookup, the program should ask the user whether they want to look up another number, and then either repeat the process or exit the program. The data on the file should be organized so that each line contains a first name, a last name, and a phone number, separated by blanks.Write a simple telephone directory program in C++ that looks up phone numbers in a file.?
This homework assignment is a major project.



It is not something that can be presented in this kind of forum.



Not only must the program be written, but the database tables must also be designed and normalized to 3rd normal form.



Sorry, but this won't work here. But good luck, and "happy programming."

No comments:

Post a Comment