show/hide this revision's text 2 edited tags
show/hide this revision's text 1

What is a stack overflow error?

I'm a complete beginner writing Breakout (the game) in Java. All was going well until I started to get a stack overflow error in the late game. Unfortunately I know that without actually putting the code up online I won't really be able to get help with this. So instead I thought I would make this my first Stackoverflow.com question!

What is a "stack overflow" error, what causes it and how do real programmers deal with them?

Thanks a lot!

(oh, I'm using the acm libraries (I think), if that's any help?)