Smart mirror – You customize smart mirrors for your customers. For each customer the
options that they may want to display on smart mirror may include: upcoming Tasks, Time, Weekly
quotes and Date. write a C++ program using the knowledge of structures and OOP that will
be able to customize display for any user.
1. Display date
2. Display a weekly quote section, one that
he can edit anytime.
3. Display and be able to set the time
according to 24 hour clock and 12 hour
clock format.4. Display a section of upcoming tasks, and keep an option for adding tasks or
deleting a task from the mirror.
Remember all these should be accessible only through the mirror. It is not required that you displa
the tasks in the manner shown below; howeve the options should cater for all possible user choices. Also note, that in order to avoid clutter on the mirror, you can display a new screen for choosing to edit, add,
and exit back to the main mirror screen.
Comments
Leave a comment