Filling vectors!ahh it was the destructor messing me up! I thought initialization lists couldnt handle heavy process...
Filling vectors!ok, i switched it back but still getting the same error. take a look at my entire "manager.h" manage...
Filling vectors!I even changed my loop too: [code] for(std::vector<account*>::iterator i = temp.begin();i != temp.en...
Filling vectors!No, that was some lazy copying and pasting lol.. Why was it only executing line 29? I changed it to...
Filling vectors!So I'm trying to fill a vector with pointers to account objects. [code] std::vector<account*> fi...
This user does not accept Private Messages