本文介绍了头alloca.h在Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我看不到的
。一个人怎么能在Windows上执行 alloca.h
等价的Visual C 2010 的Visual C
堆栈分配?我错过了功能的alloca
。
I can't see any alloca.h
equivalent in Visual C 2010
. How can one perform stack allocation in Visual C
on Windows? I miss the function alloca
.
推荐答案
请参见。视觉C使用非标准功能的_ preFIX在C头文件。
See _alloca
. Visual C uses an _ prefix for non-standard functions in the C headers.
这篇关于头alloca.h在Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!