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 877763c15c
Starting to work through ch23 ex22
13 years ago
.gitignore Working through extra credit for ch20 ex19 13 years ago
Makefile Worked through ex20 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
dbg.h Worked through ex20 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, but really must move along... 13 years ago
ex18.c adding the bit of tomfoolery which looks at the raw byte code of functions 13 years ago
ex19.c Working through extra credit for ch20 ex19 13 years ago
ex19.h Adding the header file and separate makefile for ex19 13 years ago
ex19.mk Worked through ex20 13 years ago
ex20.c Worked through ex20 13 years ago
ex21.c Fixing some compiler warnings. 13 years ago
ex22.h Starting to work through ch23 ex22 13 years ago
object.c Working through extra credit for ch20 ex19 13 years ago
object.h adding new object.h for ch.20 ex.19 13 years ago
test_ex19.sh Working through extra credit for ch20 ex19 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.