C++ Printing Vector Adding New LineI have a vector of structs. [code]struct myStruct{ string text; int num; }; vector<myStruct...
This user does not accept Private Messages