Skip to content

zoovert-tech/Vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expandable Vector

Own implementation of a vector class with a visualizer


Visualizer

By default visual studio does not support rendering third-party arrays (just like a vector).

Without Natvis:

With Natvis:


WARNING

For the visualizer to work for the vector class, you need to move the file 'Vector_.natvis' to
'(Drive where VS is installed):#UserName#\Documents\Visual Studio {Visual Studio version (in my case 2022)}\Visualizers'
in this folder leave this file, then run the project and in debugging it will work.
Example path: 'C:\Users\Sergey\Documents\Visual Studio 2022\Visualizers\Vector_.natvis'

About

Own implementation of a vector class with a visualizer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages