Game Programming/C++
SIZE_OF_ARRAY
noogue
2010. 5. 20. 14:56
1. #define SIZE_OF_ARRAY(x) (sizeof(x) / sizeof(x[0]))
2. _countof()