operator overloadingThe member variables of the object where the operator is overloaded are const in the operator* funct...
Which approach is better?Thanks!
Does 'delete' free memoryYou 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[] problemRight. What should I do then? I tried this: [code]Matrix3f::Matrix3f(const std::vector<float>& cont...
This user does not accept Private Messages