class Test { private: int x = 100 * 100; bool booleans[x]; };
Why can I not use x to indicate the size of the array?
x
<