6
Welcome to ECE 2551 Software-Hardware design Final project presentation by Alsharidah, Mosaed

Final project presentation by Alsharidah, Mosaed

Embed Size (px)

Citation preview

Page 1: Final project presentation by Alsharidah, Mosaed

Welcome to ECE 2551Software-Hardware design

Final project presentation by Alsharidah, Mosaed

Page 2: Final project presentation by Alsharidah, Mosaed

Objectives

Top Level Solution

Program Structure

Conclusion

Roommatefinder

Page 3: Final project presentation by Alsharidah, Mosaed

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.

Objectives

Page 4: Final project presentation by Alsharidah, Mosaed

A database for roommate information storage.

Storing each roommate profile in a separate text file and retrieving the information during program execution.

Top Level Solution

Page 5: Final project presentation by Alsharidah, Mosaed

Class: Public: *Functions. *data structures. Private: *declarations.

Program Structure

Page 6: Final project presentation by Alsharidah, Mosaed

Summary and Remarks.

I hope you enjoyed my presentation.

Conclusion