Multiple Bouncing Balls Program in C (Please Help)

Pages: 12
CodeBlocks has a debugger. The problem is that there is not any mistake at the code such as a syntax error. I think it has to do with the functionality of the program. When you press run, it starts normally and then it crushes without doing anything.
This a very useful information for the beginners like me.
If it crashes, the debugger will tell you the line it crashes on.

If the debugger doesn't do anything, then you're either not using it correctly, or the program isn't crashing; it's just finishing.
Well, maybe I didn't explained it correctly. When I press the run button it shows the classic Windows error that the program stopped working and I have to press close program. At the compiler it just says: Process terminated with status -1073741510. I searched it, but I didn't found any answers on what does it mean.
Sounds like you're not running it under a debugger.

https://stackoverflow.com/questions/23441964/how-to-debug-in-code-blocks
Last edited on
Alright. Now I understood. It shows me this:

https://mega.nz/#!NRwEAJKR!KI5cTeFhAaagIaRlbBoba1ugKt1j2RYEgUkF4lc8Atc
Topic archived. No new replies allowed.
Pages: 12