I desperately need some help. Please help me with this! C++program, 5 Simple CPP files.
Your final project is to write 5 separate programs. Each programshall be submitted as its own CPP file and shall use 1 of the datastructures covered in class:
Dynamic Array (pointers)
Vector
Linked List
Stack
Queue
A needs a program to keep track of their daily clients. Yourprogram shall allow the user to enter 10 names. You will thenretrieve the names, one by one, from the data structure (using theappropriate method of retrieval for each data structure) andpresent them on-screen so that Carl knows who to service
OR
OR