For this assignment you will create an activity scheduler


C++ Interfaces - Activity Scheduler

For this assignment you will create an Activity Scheduler program. The main method creates the scheduler and some activities to be scheduled. Then it invokes the scheduler methods in order to get the activities to run. The scheduler doesn't know anything about different types of activities; it simply schedules each activity it is given, and then runs the schedule.

The activities you'll schedule are Name, AcctId, PhoneNumber, and Activity. Each activity has two steps: prompting for one or more values, then displaying the values entered. Name prompts for a first and last name, AcctId prompts for a account id, PhoneNumber prompts for the three parts of a North American phone number, and Activity simply prompts for a single string value.

Assume that the user will enter the correct type of input in response to the prompts.

General Information

Make sure you follow all coding conventions given in the CodingConventionsAndVisualStudio document.

In Visual Studio .NET create a new project named ActivityScheduler and place all files for the program inside this project.

To submit:

-In Visual Studio create a new project named ActivitySchedule and place all files for the program inside this project.

-After (thorough) testing of your program, prepare your project directory for submission:

Do a clean (Build/Clean) to remove the object files and executable from directory Debug.

Delete all files except:

  • .h
  • .cpp
  • .sln
  • .vcproxj

-Make sure your project directory contains all your source files!

  • Then submit your project:
  • Zip up your project directory.
  • Unzip it to a new place in your file system, then run it and view each of your source files.

Attachment:- C++ Assignment.rar

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: For this assignment you will create an activity scheduler
Reference No:- TGS01662979

Expected delivery within 24 Hours