You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dan Buch ab98180af0
BUSTED while trying to do extra credit #2
13 years ago
.gitignore cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added 13 years ago
Makefile cleaning up gitignore and Makefile so that they don't have to be updated every time a new .c file is added 13 years ago
README.md adding a README to appease the octocat 13 years ago
break-ex10.py fixed inconsistent python compatibility guarding :P 13 years ago
ex1.c extra credit stuff 13 years ago
ex3.c up to chapter 7 13 years ago
ex4.c up to chapter 7 13 years ago
ex5.c done up to chapter 8 13 years ago
ex6.c doing 7.3 extra credit 13 years ago
ex7.c messing around with the size of "universe_of_defects" 13 years ago
ex8.c extra credit for ch. 9 13 years ago
ex9.c more int/char playing around, casting name as int 13 years ago
ex10.c back to initial state 13 years ago
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 13 years ago
ex12.c first version of ex12 13 years ago
ex13.c back to using switch 13 years ago
ex14.c back to printing alpha and blanks 13 years ago
ex15.c switching for-loops to while-loops 13 years ago
ex16.c back to version that uses malloc/free and pointers 13 years ago
ex17.c BUSTED while trying to do extra credit #2 13 years ago

README.md

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