Learn-C-The-Hard-Way-Exercise icon indicating copy to clipboard operation
Learn-C-The-Hard-Way-Exercise copied to clipboard

To do

Open Frederick-S opened this issue 10 years ago • 0 comments

Exercise 4: Introducing Valgrind

  • [ ] Read up on Valgrind on the internet.
  • [ ] Look at how the Valgrind source files are laid out in the source directory and read its Makefile.

Exercise 9: Arrays And Strings

  • [ ] How many other ways can you print this out?
  • [ ] Take out a piece of paper and draw out each of these arrays as a row of boxes. Then do the operations you just did on paper to see if you get them right.

Exercise 13: Switch Statement

  • [ ] Accidentally put in variable into the switch that evaluates to something unexpected, like an int that becomes weird values.
  • [ ] Use uninitialized values in the switch.

Frederick-S avatar Jul 14 '14 00:07 Frederick-S