Friday, August 28, 2009

Showing std::vector elements in the debugger

Some std::vector instantiations do show up the members as arrays on Visual Studio 2005, some don't; if you need to access the member, you can use the following watch:

oYourVector._Myfirst[ nElement ]

No comments: