|
Re: Constant array size
Alman, welcome!! I haven't looked specifically at the differences between C and C++, but, if I remember, that is correct that in C++ it detects that size is an INT and it compiles okay. There are ways of creating dynamic arrays if you need that using malloc and such.
|