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
2.1m questions
2.1m answers
60 comments
57.0k users