Day 95/100 100 Days of Code
Jumping Ball

AKA Chris, is a software developer from Athens, Greece. He started programming with basic when he was very young. He lost interest in programming during school years but after an unsuccessful career in audio, he decided focus on what he really loves which is technology.
He loves working with older languages like C and wants to start programming electronics and microcontrollers because he wants to get into embedded systems programming.
I figured out what was causing the issue! When the program is killed with Command+Q, the application exits suddenly without completing the main function. This causes a problem with the string variables when the application reopens. This is strange because the OS is supposed to free the memory that the application was using. Pressing the close button on the top left corner of the window works almost fine. Sometimes, there are problems when the main font opens a second time, which leads to an exit.
How am I supposed to fix this? It might be a good idea to implement an Exit button. But there are still some issues.




