Thanks for the reply, but what i was actually trying know is how to create a function template that will overload such vector eg vector<vector<T> >, if it is possible.
i have to read in some values into a 3D vector. the first 2 columns will be <int> but the last column has to be a <char> is there any way i can do that?
thank you
i have to read in some values into a 3D vector. the first 2 columns will be <int> but the last column has to be a <char> is there any way i can do that?
thank you