Return pointer to a vector of objects as a function returnAlright, finally I got this but I am using vector<Class*> structure rather than vector<Class>* struc...
Return pointer to a vector of objects as a function return[quote][code]vector<Users>* function() { vector<Users>* pointer = new vector<Users>; return poin...
Return pointer to a vector of objects as a function returnUse value semantics: JLBorges, thanks for the suggestion. I will do it from now on. Are there any gu...
Return pointer to a vector of objects as a function returnI hope I can explain what I need to do, that is how lost I am. Let's say you have a simple class U...
string type does name a type even after adding <string>Thank you guys so much. Have a lot to learn.
This user does not accept Private Messages