I have a vector of class \"Account\". It\'s private to a class BankingSystem. Here\'s how I have them defined.
Account Class:
struct newAccount { string
The method is static, so it has no "this" pointer, so it has no idea what object you want to access the accounts_ variable of. Also, you will never see that printout on createAccount() because it's after the return call.