m6 ss Finishing project
Budget: $10 – $15 USD
C++
I have the code and everything ready. just need to add some methods to the code that i will provide.
Please expand my code according to the directions. We are changing my main cpp and adding these methods. There is a template given below my code for better directions.
You are only expected to write five methods marked with ** in the driver program. All other code is available to you.
Upgrade the BankAccount program to store accounts in a vector called accountsVector. Create a static variable called count that stores the number of BankAccount objects created. Read data as before from the same file BankData.txt and create objects accordingly and store them in the vector. You may need to add or modify methods in your BankAccount class, as well as helper methods in your main class to convert to Shared Pointer to BankAccount Object.
I have the code and everything ready. just need to add some methods to the code that i will provide.
Please expand my code according to the directions. We are changing my main cpp and adding these methods. There is a template given below my code for better directions.
You are only expected to write five methods marked with ** in the driver program. All other code is available to you.
Upgrade the BankAccount program to store accounts in a vector called accountsVector. Create a static variable called count that stores the number of BankAccount objects created. Read data as before from the same file BankData.txt and create objects accordingly and store them in the vector. You may need to add or modify methods in your BankAccount class, as well as helper methods in your main class to convert to Shared Pointer to BankAccount Object.