You can build using the "x64 Native Tools Command Prompt for VS 2022" that comes with Microsoft Visual Studio Build Tools:
In the console you can run nmake to build according to the Makefile
nmake
I haven't tried building with a different VS version or building x86, but that may work as well.
- Add keyboard navigation
- Add workspaces
- Function and variable names: camelCase
- Comments: Avoid adding obvious comments on the code and use them only if they have any added value
- Pointers:
int*
and notint *