I made a program, I want to debug it (or run) and before the first operator in function main it breaks with a message: Unhandled exception at 0x0020f677 in name.exe: Stack overflow. Why is this happening and how to resolve the problem? Visual C++ 2010, Win32 console application.
EDIT1: Debugger shows me the asm code at chkstk.asm.
What is important to analyse in order to solve this problem? Something added in header files is causing this problem?