User: aortizb

  • Public profile

User profile: aortizb

User info
User name:aortizb
History
Joined:
Number of posts:40
Latest posts:

Dynamically allocated Vector
Hi 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 object
Hello, Let's assume I have a "Vec" class which is a wrapper of std::vector. The only private vari...

runtime error
user Robertlzw suggested me this: [code] template<class T, class U> const Vec<T> operator*(con...

operator overloading
I see. Thanks. I am thinking in doing a wrapper to the std::vector (i have posted part of the code h...

runtime error
ok. thanks jsmith and kempofighter. Now, the correct constructor is: [code] template<class T> ...

This user does not accept Private Messages