The program is intended to serve as a visitor logbook, which is necessary for keeping track of who comes to the site. Users will be asked to enter their name, contact information (email or phone number), the purpose of their visit, and the time they enter the site when they first arrive. To keep track of the information, the data will be saved in a separate file. When the user exits the site, they will be asked to enter their departure time once more. The records stored can then be accessed at the end of working hours.   // Please take time to follow the program workflow. Thank you for help me out.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 8PP: (Data processing) A bank’s customer records are to be stored in a file and read into a set of arrays...
icon
Related questions
Question

PROGRAM WORKFLOW:

 

The program is intended to serve as a visitor logbook, which is necessary for keeping track of who comes to the site. Users will be asked to enter their name, contact information (email or phone number), the purpose of their visit, and the time they enter the site when they first arrive. To keep track of the information, the data will be saved in a separate file. When the user exits the site, they will be asked to enter their departure time once more. The records stored can then be accessed at the end of working hours.

 

// Please take time to follow the program workflow. Thank you for help me out.

VISITOR MANAGEMENT SYSTEM
PROGRAMMING LANGUAGE: C++
A visitor logbook is an essential tool that keeps track of the visitors on site, their identity, the
purpose of their visit, time in and time out. Write a C++ program that makes a convenient way for
any organization to easily monitor, manage and keep the records of visitors.
IMPORTANT INSTRUCTIONS:
THE FOLLOWING FEATURES MUST BE INCLUDED IN THIS PROGRAM:
• Functions
• Arrays
• Objects
• Filestreams
Please include this four features in writing this visitor management system in C++ program.
It would really mean a lot if you could explain the C++ code by using comments.
LET THE USER INPUT THE FOLLOWING INFORMATION:
Name:
Email:
Purpose of Visit:
Тіme in:
Тіme out:
PURPOSE OF THIS SYSTEM THAT MUST BE CONSIDERED:
V Safety and security
V Register guest in a snap and now they are in the system
V Ability to see everyone that visited the site
V Easily sort and search the database for visitors
Transcribed Image Text:VISITOR MANAGEMENT SYSTEM PROGRAMMING LANGUAGE: C++ A visitor logbook is an essential tool that keeps track of the visitors on site, their identity, the purpose of their visit, time in and time out. Write a C++ program that makes a convenient way for any organization to easily monitor, manage and keep the records of visitors. IMPORTANT INSTRUCTIONS: THE FOLLOWING FEATURES MUST BE INCLUDED IN THIS PROGRAM: • Functions • Arrays • Objects • Filestreams Please include this four features in writing this visitor management system in C++ program. It would really mean a lot if you could explain the C++ code by using comments. LET THE USER INPUT THE FOLLOWING INFORMATION: Name: Email: Purpose of Visit: Тіme in: Тіme out: PURPOSE OF THIS SYSTEM THAT MUST BE CONSIDERED: V Safety and security V Register guest in a snap and now they are in the system V Ability to see everyone that visited the site V Easily sort and search the database for visitors
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr