Exceptions « An infinite monkey - Nicolas Brailovsky's...
wordpress.com
0
reddit: the front page of the internet
CppDepend is a great C++ source code analysis tool that lets you visualize your C++ source code dependencies between classes and allows you to view metrics on things such as functions line numbers and so much more
I recently had a problem where I had a vector that was growing once, being iterated over once, and then deallocated. And it was bothering me how much time I spent on reallocating. The problem was t...