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 bb0ac185fe
Perhaps incorrectly fixing another format sequence warning
13 years ago
devpkg Filling in the devpkg main executable, almost ready for challenge and mid-term (?) 13 years ago
.gitignore Stubbing in layout for devpkg 13 years ago
Makefile Breaking out ex24 iofunctions files and writing a shell-based test thingy 13 years ago
README.md adding a README to appease the octocat 13 years ago
apr-install-script.sh Working through ch27 devpkg, though still having compilation problems with apr_errno.h 13 years ago
break-ex10.py fixed inconsistent python compatibility guarding :P 13 years ago
break-ex25.rb Stubbing in layout for devpkg 13 years ago
check-for-iofunctions.sh adding a script to help me check for my uses of the io functions 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 Fixing some format sequences to get rid of warnings 13 years ago
ex9.c Perhaps incorrectly fixing another format sequence warning 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.c Using pointers to access previously sheltered variables 13 years ago
ex22.h Using pointers to access previously sheltered variables 13 years ago
ex22.mk doing extra credit for ch23 ex22 13 years ago
ex22_ec1.c Minor (silly) change to output 13 years ago
ex22_main.c Using pointers to access previously sheltered variables 13 years ago
ex23.c First version of ch24 ex23.c 13 years ago
ex24.c Using atoi and strtod instead of fscanf 13 years ago
ex24_iofunctions01.c Breaking out ex24 iofunctions files and writing a shell-based test thingy 13 years ago
ex24_iofunctions02.c Breaking out ex24 iofunctions files and writing a shell-based test thingy 13 years ago
ex24_iofunctions03.c Adding another io functions exercise for ch25 13 years ago
ex24_iofunctions04.c Trying and failing to use `fcloseall`. 13 years ago
ex24_iofunctions05.c Playing with freopen to redirect stdout. 13 years ago
ex24_iofunctions06.c One more exercise with IO functions. 13 years ago
ex25-fuzz-input Adding some fuzzing input for doing mem check stuff in ex25 13 years ago
ex25.c First working version of ch26 ex25 13 years ago
iofunctions.txt adding a script to help me check for my uses of the io functions 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 Breaking out ex24 iofunctions files and writing a shell-based test thingy 13 years ago
test_ex24_iofunctions.sh Breaking out ex24 iofunctions files and writing a shell-based test thingy 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.