Go to file
2011-10-25 21:17:09 -04:00
.gitignore Adding the header file and separate makefile for ex19 2011-10-25 20:42:56 -04:00
break-ex10.py fixed inconsistent python compatibility guarding :P 2011-09-10 02:09:53 -03:00
ex1.c extra credit stuff 2011-09-03 20:50:44 -07:00
ex3.c up to chapter 7 2011-09-04 22:18:49 -04:00
ex4.c up to chapter 7 2011-09-04 22:18:49 -04:00
ex5.c done up to chapter 8 2011-09-04 22:33:10 -04:00
ex6.c doing 7.3 extra credit 2011-09-05 09:10:19 -04:00
ex7.c messing around with the size of "universe_of_defects" 2011-09-08 15:57:49 -04:00
ex8.c extra credit for ch. 9 2011-09-08 22:33:37 -04:00
ex9.c more int/char playing around, casting name as int 2011-09-08 22:52:39 -04:00
ex10.c back to initial state 2011-09-09 14:37:10 -04:00
ex11.c using strlen and strncpy to make copies of strings instead of just copying pointers, although the need for (char *) makes me think I don't have the right idea 2011-09-10 01:06:06 -04:00
ex12.c first version of ex12 2011-09-10 11:54:21 -04:00
ex13.c back to using switch 2011-09-13 23:07:39 -04:00
ex14.c back to printing alpha and blanks 2011-09-18 10:41:52 -04:00
ex15.c switching for-loops to while-loops 2011-09-19 23:09:29 -04:00
ex16.c back to version that uses malloc/free and pointers 2011-09-20 14:39:07 -04:00
ex17.c busted, but really must move along... 2011-10-12 08:04:23 -04:00
ex18.c adding the bit of tomfoolery which looks at the raw byte code of functions 2011-10-23 23:07:53 -04:00
ex19.c Adding the game implementation for ex19 2011-10-25 21:11:14 -04:00
ex19.h Adding the header file and separate makefile for ex19 2011-10-25 20:42:56 -04:00
ex19.mk Adding the header file and separate makefile for ex19 2011-10-25 20:42:56 -04:00
Makefile Adding the header file and separate makefile for ex19 2011-10-25 20:42:56 -04:00
object.c adding a few asserts for ex19 2011-10-25 21:17:09 -04:00
object.h adding new object.h for ch.20 ex.19 2011-10-25 20:11:42 -04:00
README.md adding a README to appease the octocat 2011-09-05 09:17:01 -04:00

Zed asked for folks to work through Learn C The Hard Way and provide feedback, so that's what I'm doing.