#c
Read more stories on Hashnode
Articles with this tag
Progress Report 3 · I need to post more updates on my progress. I learned how to use CMake's install features to create an installation folder with...
Progress Report 2 · I finally figured out how to fix the font path crash. Using const wasn't enough, as many crashes suddenly appeared. Using a char...
Progress Report 1 · It took me quite a bit to figure out how to handle the ball's behaviour. Using print statements and studying how a ball should work,...
This is the last day of 100 days of code. On the last day I watched tutorials and read about multithreading with C language. I learned many great...
Jumping Ball · I removed the mini-app and applied the physics formula in the GetResults function. I removed the location argument and the mini-app...
Jumping Ball · The button now changes from Start to Stop when pressed, and the value is removed when the Start button is pressed. While the simulation...