Monthly Archives: October 2010

Visualize Whirled Peas


The implementation guts of STL containers can make debugging even your typical std::vector an exercise in frustration, not to mention debugging the implementation guts of your own complex objects or objects from third party libraries. Fortunately, to make debugging easier, … Continue reading

Posted in C++, Game Programming | Leave a comment