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.
alloca.h
Visual C 2010
Visual C
alloca
See _alloca. Visual C uses an _ prefix for non-standard functions in the C headers.
_alloca
1.4m articles
1.4m replys
5 comments
57.0k users