User profile: mbozzi

User info
User name:mbozzi
Bio:ESR's article /How To Ask Questions the Smart Way/ is the best guide to getting quick, effective help that I know of.
http://www.catb.org/esr/faqs/smart-questions.html

That document has substantial problems, but its content is mostly good.

Avoid the common trap of asking about potential solutions rather than your actual problem. Always provide context for the questions you ask.
http://xyproblem.info/

My opinions do not represent the position of my employer.
Statistical data
Occupation:Other
History
Joined:
Number of posts:3892
Latest posts:

The object itself (this) is it a leak if its constructor throws?
The pitfalls in [tt]leaks_resources[/tt] and [tt]leaks_memory[/tt] exist and are are common outside ...

The object itself (this) is it a leak if its constructor throws?
Right. The destructor isn't called, because the object's lifetime doesn't start until its construct...

The object itself (this) is it a leak if its constructor throws?
There's no memory leak. The memory for the object is returned by [tt]new[/tt]. If you inspect the ...

Convert MATLAB function to C++
My mistake. I think the problem is that [tt]duyk[/tt] is too small to hold the entire matrix produc...

Convert MATLAB function to C++
[quote]I noticed something when I try to use the output [...] to perform matrix multiplication[/quot...