I wrote a function, such as void abc (vector <string>&VecStr, BOOL PutIn) I wonder why it is wrong in vc? How can I use a vector or a reference to a vector as a parameter? Thank you!
Copy the void abc(vector<string>&VecStr,BOOL PutIn) of LZ and run it in VC without error
Is there any problem with the original poster's #include <vector>?