hey guys in a program i am writing in one segement, i want to increase the size of vector that contains string. the process i normally use to push_back vector containing integer is not working.
1 2 3 4 5 6 7 8
vector<string> string_vector(1);
string_vector.push_back(1);///shows error.
while
vector<int> int_vector(1);
int_vector.push_back(1);///does work
Haha :D While making the game I become kind of good at it so it wasn't easy to know what is easy and what is hard. If you find it difficult to drive past the opponents you can try turning off the car collisions.