Data Structure Visualizers in Visual Studio 2010
Offered By: CppNow via YouTube
Course Description
Overview
Explore data structure visualizers in Visual Studio 2010 through this CppNow conference talk. Dive into the intricacies of STL class representations and learn how to create custom visualizers for easier debugging. Discover new features in Visual Studio 2010 that enhance the display of shared_ptr, function, and map. Gain insights into writing visualizers for various data structures, including vectors, lists, and strings. Understand visualizer conventions, pairing visualizers, and the implementation of reverse iterator visualizers. Master the art of making complex data structures more human-readable during the debugging process.
Syllabus
Introduction
Vector
Visualizing Vector
Questions
Visualizers
Type
Stand Vector
Visualizer conventions
List
Visualizer
Examples
Pairing Visualizers
String
Text Visualizer
Reverse Iterator
Reverse Iterator Visualizer
Reverse Iterator Preview
Taught by
CppNow
Related Courses
SOLID C++Udemy Surveying the C++ Community
CppNow via YouTube Taking the Plunge Towards CMake in Boost
CppNow via YouTube The View from a Standard Library Implementor
CppNow via YouTube Rise of the State Machines
CppNow via YouTube