StructLayout icon indicating copy to clipboard operation
StructLayout copied to clipboard

Visual Studio Extension for C++ struct memory layout visualization

Results 13 StructLayout issues
Sort by recently updated
recently updated
newest added

We use the `/external` feature to mark any include in brackets as external, so that we can use `/W4` for our code, but `/W0` for external. Option enabled with ```...

bug

In my project, there are many precompiled headers such as this: ```cxx // common.h #pragma once class Common { int field1; char field2; void *field3; }; ``` If common.h is...

enhancement

Please make make also same extension for the c# structs

enhancement