c++ array size variable的相關公司資訊
C++ Static array vs. Dynamic array? - Stack Overflow

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

瀏覽:580
日期:2025-06-14
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];...看更多