I'm new to using vectors, and I'm trying to declare a vector with size 1:
vector<string> activities(1);
I get an error with this code, can anyone explain why?
G:\ManageActivities\Activity.h|11|error: expected identifier before numeric constant|
G:\ManageActivities\Activity.h|11|error: expected ',' or '...' before numeric constant|