SIZE_OF_ARRAY

Game Programming/C++ 2010. 5. 20. 14:56

1. #define SIZE_OF_ARRAY(x) (sizeof(x) / sizeof(x[0]))
2. _countof() 

설정

트랙백

댓글