Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 C 中使用动态多维数组?
他们有什么方法可以像一维数组一样动态分配二维数组。
使用
malloc
或者
卡洛克