c++ - Declaring an array using const integer - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - Declaring an array using const integer - Stack Overflow
2013年9月20日 - No, the const -ness of j is irrelevant here. C++ currently only supports statically-sized C-arrays. Its size must be a compile-time constant.