Tag Archives: Visual Studio
Code Snippets in Visual Studio 2010
Visual Studio allows developers to save snippets of code which can be inserted at a later time. This saves on retyping blocks of code that are used often. I also find it very useful when I have to show code … Continue reading
Filed under Visual Studio
Visualizing STLPort data structures in Visual Studio Debugger
Recently, I had to use STL Port for a particular project. While debugging, I was hampered by the fact that my data structures were not providing as much information in the watch window as I would have hoped. Using std::vector … Continue reading
Filed under Debugging, Programming