Search Results

2
votes
6answers
1k views

What is the best way to inspect STL containers in Visual Studio debugging?

If I have a std::vector or std::map variable, and I want to see the contents, it's a big pain to see the nth element while debugging. Is there a plugin, or some trick to making it easier to watch S …
3
votes
4answers
831 views

Building Opensource QT for Visual Studio 2005/2008

Does anyone have instructions on building the opensource version of QT? Now that the repository is opened up, I'm trying to build for VS2008 but I'm getting errors when it tries to build qmake. …