Hey all - if I create an empty class in C++ what visual studio tools would help me to find what all gets created with that empty class? Example: class empty { }; I know four default functions are created - but what else ? and how can I look and see what those things are using visual studio? Thanks!