Background:
I am a beginner programmer and I wrote a Sudoku GUI using winapi32 in C language.
It is currently working and does what it is supposed to do, but because I am still learning, I know it is likely inefficient and could be written much better.
Code : https://github.com/reewdgh/sudoku_gui
Concerns
Please guide me on:
- Bugs or potential issues
- Efficiency
- Naming anything I could simplify or improve
- How can i move to to tier 1 tier 2
I'd appreciate your feedback on my code.