array with variable size in c - Stack Overflow

array with variable size in c - Stack Overflow

瀏覽:1420
日期:2025-09-30
2010年11月24日 - C does not allow a variable to be used when defining an array size, what you'd need to do is use malloc , this should give you an idea: UInt32* ar; ar ......看更多