+ 2
What is the size of class?
just an class without any members and methods.
2 Respuestas
+ 1
Use sizeof. For example, if you have a class named Foo, just use sizeof(Foo) will get the size of the class.
just an class without any members and methods.