C Bible exercises
- In Windows, requires Visual Studio. Minimal install is C/C++ Build Tools or something like that, which lets you use Developer Console rather than the colossal VS IDE.
- To compile, simply navigate to the file *.c using the cd and dir commands (Change Directory & DIRectory), then use cl (C Language) to compile.
- Produces a machine code block called *.obj and uses that to produce the executable *.exe
- hello - displays the word, "hello" in console. (run "cmd.exe")
- therm - compares even-numbered Celsius temperatures (0-50 deg) with Fahrenheit
- bytes - more modified therm, to display number of bytes in a KiB in Decimal, Hex, and Octadecimal
- prime - displays zeroth through seventh power of first nine prime numbers
- Another thing
- Another thing
- Another thing
- Another thing
- game tools
- title screen
- rng
- opening
- display
- movement
- bitmaps
- dialogue
- inventory
- savefile
- audio
- credits
To follow along PDF-style!