I am very confuse about vector of object in c++ could any one give me any tip to understand how to take objects as vector . my question is very very simple but i do not know why i am confuse.
Q.define a bank class, containing a vector of bank accounts, with methods to add a new account and to print all the accounts.
Add a method to deposit a specified amount into the account of a named customer, and another to similarly withdraw. Use your print method to test them.
please help me at start because i do not want lose the concept at the start.