D
dk60
I am trying to use vector in C++ visual studio.net 2005. I do
#include <vector>, but the compiler does not seem to recognize the
corresponding code, when I define
vector<int> my_vector
Is there anything else I should configure in the project?
thanks
#include <vector>, but the compiler does not seem to recognize the
corresponding code, when I define
vector<int> my_vector
Is there anything else I should configure in the project?
thanks