How do you get to know the available stack space for your C++ programs on your computer? Is it OS-specific / compiler-specific / IDE-specific, and can you alter it? (to increase / decrease the available memory space)
Note: I am using a GCC/G++ compiler from a Windows 10 OS.