I want to see how g++ lays out memory for classes and virtual tables.
Is there a way to dump this information, using g++'s options?
I want to see how g++ lays out memory for classes and virtual tables.
Is there a way to dump this information, using g++'s options?
g++ -fdump-class-hierarchy -c source_file.cpp