經安全檢測,此網站為安全網站,請放心前往原始網址!

C++ Static array vs. Dynamic array? - Stack Overflow

I think the semantics being used in your class are confusing. What's probably meant by 'static' is simply "constant size", and what's probably meant by "dynamic" is "variable size". In that case then, a constant size array might look like this: int x[10];

stackoverflow.com

網址安全性掃描由 google 提供