how to create a class , which size is 0?
If you create a class with array [0], you have done it.:D
Only in gcc compiler….in visual c++6.0, it is still 1.
1 2 3 4 5 6 7 8 9 10 11 | |
how to create a class , which size is 0?
If you create a class with array [0], you have done it.:D
Only in gcc compiler….in visual c++6.0, it is still 1.
1 2 3 4 5 6 7 8 9 10 11 | |