How do I change the size of the stack in c++? I would like to use larger arrays, and the stack overflows when I make them as large as I would like.

Thanks,
MadCow