Coin Change Dynamic Programming Problem and lot of Graph problems needed long depth recursion. That's why needed more than default stack size in c++. but i can't it. It is Possible to increase stack size in C++? I use c++ editor is Code Blocks 10.05.
Some programmer use in their code template is:
#pragma comment(linker, "/STACK: 2000000")
What is meaning of this part? Anyone can explain it?