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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube