Game programming, cosillas en espaniol and other random stuff
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:
0 comments:
Post a Comment