C++ How to allocate memory dynamically on stack?

后端 未结 7 1032
南旧
南旧 2020-12-04 11:07

Is there a way to allocate memory on stack instead of heap? I can\'t find a good book on this, anyone here got an idea?

相关标签:
7条回答
  • 2020-12-04 12:12

    See _malloca.​​​​​​​​​​​​​​​ ​

    0 讨论(0)
提交回复
热议问题