A new version of Nature of Code (original site) has been released on github.
https://github.com/nature-of-code/noc-book-2023
This repo collates my C implementations of the book's exercises and lessons.
Minimal dependencies with no OOP, containers, complex build systems, or other convoluted nonsense.
Builds are generated via dead-simple .bat files.
.\build.bat <whatever>.c
to get an executable from that .c file..\debug.bat <whatever>.c
to generate .pdb files and launch into RemedyBG.
- VSCode for editing
- RemedyBG for debugging
- clang for compiling (installed via MSYS2)
- mingw for C headers (installed via MSYS2)
- Windows 10