Re: Urgent Help with C# code
simple set breakpoints and go through your program step by step and look where it gets into any edless cycles. Because this would be the reason for any stack overflow
Especially look so your loops doesn't get endless.
BTW Debugging is the best way of learning. So simple finish your homework :D
Re: Urgent Help with C# code
LOL!, HAHA thanks buddy, this **** just screws with my head a bit and its hard to stay focused lol. But yeah with some help ive got it working now so thanks.