How to Create a Class , Which Size Is 0?
how to create a class , which size is 0?
If you create a class with array [0], you have done it.😄
Only in gcc compiler…in visual c++6.0, it is still 1.
1 | #include<iostream> |