 |
macros - C++: sizeof for array length - Stack Overflow
Let's say I have a macro called LengthOf(array): sizeof array / sizeof array[0] When I make a new array of size 23, shouldn't I get 23 back for LengthOf? WCHAR* str = new WCHAR ...
stackoverflow.com |
 |