User: asus1575

  • Public profile

User profile: asus1575

User info
User name:asus1575
History
Joined:
Number of posts:12
Latest posts:

operator overloading
The member variables of the object where the operator is overloaded are const in the operator* funct...

Which approach is better?
Thanks!

Does 'delete' free memory
You shouldn't use new and delete. Trying using handlers. Asus

Which approach is better?
Passing a user defined type by value is as expensive as returning a new one? The second approach ha...

std::vector operator[] problem
Right. What should I do then? I tried this: [code]Matrix3f::Matrix3f(const std::vector<float>& cont...

This user does not accept Private Messages