1
0
mirror of https://github.com/krislamo/knrc.git synced 2025-09-11 16:39:28 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
3512ae49ab Character counting example v2 2021-11-09 00:20:01 -05:00
72093b7232 Character counting example 2021-11-05 21:29:39 -04:00
979467565f Exercise 1-6 and 1-7. expression = 1, and EOF = -1 2021-11-05 21:17:39 -04:00
7099cc732e Example of a cleaner IO implementation 2021-11-05 21:01:14 -04:00
dcdc220259 Textbook example of copying input into output 2021-11-05 20:54:19 -04:00
fe248c5a30 Don't bury magic numbers! 2021-11-05 20:42:05 -04:00
f88aa3d25f Add note on Exercise 1-5 2021-11-05 20:33:02 -04:00
588969b09f Exercise 1-5. print the table in reverse order 2021-11-05 20:29:35 -04:00
ee5bcb81ce Add note on Exercise 1-4 2021-11-04 00:12:43 -04:00
93126a8207 Exercise 1-4. print Celsius to Fahrenheit table 2021-11-03 23:53:07 -04:00
c9506f8dcb Add notes in README 2021-11-03 21:29:25 -04:00
0893987235 Exercise 1-3. print a heading above the table 2021-11-03 02:34:51 -04:00
8ba629852e For loop with less variables 2021-11-03 02:09:25 -04:00
0d48636cdc Add the second version formatting 2021-11-03 02:00:55 -04:00
e01d287e88 Add "make clean" to remove binaries 2021-11-03 01:20:54 -04:00
e7e2367bd7 Higher precision conversion table 2021-11-03 00:58:39 -04:00
9a193d84f1 Variables and arithmetic 2021-11-03 00:37:32 -04:00
3e078042a4 Compile simple stdout message
I set a return type on the main function to clear a GCC warning
in a slight deviation from the book.
2021-11-03 00:02:07 -04:00