Dynamically allocated VectorHi all, I have always used this declaration for a member of the vector class: vector<double> m...
passing data of an object to a function that takes a different objectHello, Let's assume I have a "Vec" class which is a wrapper of std::vector. The only private vari...
runtime erroruser Robertlzw suggested me this: [code] template<class T, class U> const Vec<T> operator*(con...
operator overloadingI see. Thanks. I am thinking in doing a wrapper to the std::vector (i have posted part of the code h...
runtime errorok. thanks jsmith and kempofighter. Now, the correct constructor is: [code] template<class T> ...
This user does not accept Private Messages