19 Commits (ec9a4516b8581050b718541dc45b4e69b946d10d)
 

Author SHA1 Message Date
  T. Meissner ec9a4516b8 added prototype for eval() function; added comment for saferFree() function 10 years ago
  T. Meissner 40187f40b8 change types for handling operations[] arrays from char to int 10 years ago
  T. Meissner c7c71500ed initial commit of examples from chapter 5 10 years ago
  T. Meissner 31e6e28eb8 added examples for (passing) multidimensional arrays; dynamic allocated multidim. arrays & jagged arrays 10 years ago
  T. Meissner c8b574f0be safeCompare now accepts any types as input; added some code examples for gandling of multidimensional arrays 10 years ago
  T. Meissner 9b0948507c merge remote HEAD with local HEAD 10 years ago
  T. Meissner 7d474d40bc begin adding code examples of pointers & multidimensional arrays 10 years ago
  T. Meissner 68164079c7 removed cast for malloc; add function sefeCompare() 10 years ago
  T. Meissner 17f7e537df Merge branch 'master' of https://github.com/tmeissner/learning-by-doing 10 years ago
  T. Meissner bd177d26de moved functions from getline.c into getline.h header file 10 years ago
  T. Meissner 5477ad3b09 initial commit of test program for getline.h functions 10 years ago
  T. Meissner ddc4386192 initial commit of MinUnit test 'framework' 10 years ago
  T. Meissner 852cd31ecc moved functions from getline.c into getline.h header file 10 years ago
  T. Meissner 29b41b440a moved character definition into while loop 10 years ago
  T. Meissner ed5721dcb0 more examples up to chapter 'using one-dimensional array of pointers' 10 years ago
  T. Meissner 26417fa190 more comments, added a example to do it wrong ;) 10 years ago
  T. Meissner 0acc868df0 new getline tool with getline() & trim() function 10 years ago
  T. Meissner 3494ac292e adding example to using malloc to create a one-dimensional array 10 years ago
  T. Meissner e23e6209c2 initial commit of sources of c-pointers book from o'reilly 10 years ago