Question: IN C++ CODING: THIS IS SUPPOSE TO HELP WITH CODE: You will implement a program to manage a dynamic array of call provide the driver
IN C++ CODING:





THIS IS SUPPOSE TO HELP WITH CODE:




You will implement a program to manage a dynamic array of call provide the driver call-stats5.cpp" to help you implement this program records called "call stats5.cpp". I have Your input data will be in the file "callstats_data.txt. The descriptions of the functions you will implement are as follows: 1. Initialize is a void function that has three output formal parameters; a dynamic array of call records called "call DB", an integer called "count", and size which is the capacity of the array. Remember, count is the number of records that are being used in the array and it also represents the next available cell in the array where a new item can be stored. The function will read the data from the file "callstats data.txt" into the dynamic array call_DB. If call_DB becomes full, the function should cal the function Double Size" to double the size (capacity) of call-DB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
