Go to file
2011-09-10 11:54:21 -04:00
.gitignore cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added 2011-09-10 01:15:38 -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
Makefile cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added 2011-09-10 01:15:38 -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.