70 likes | 220 Views
Welcome to ECE 2551 Software-Hardware design. Final project presentation by Alsharidah , Mosaed. Roommatefinder. Objectives Top Level Solution P rogram Structure Conclusion. Objectives.
E N D
Welcome to ECE 2551Software-Hardware design Final project presentation by Alsharidah, Mosaed
Roommatefinder • Objectives • Top Level Solution • Program Structure • Conclusion
Objectives • Writing a C++ program enabling a user to search for a compatible roommate. Roommate profiles are analyzed by the program to find matching roommates and results are shown to the user. • The program utilizes of many of the subjects we have learned in lecture and lab.
Top Level Solution • A database for roommate information storage. • Storing each roommate profile in a separate text file and retrieving the information during program execution.
Program Structure • Class: Public: *Functions. *data structures. Private: *declarations.
Conclusion • Summary and Remarks. • I hope you enjoyed my presentation.