Link to Dr. T homepage Link to C 1320 Spr 12 web page Back to Class website

This is the code that I have played with in each class. Obviously it is only the final version of the code that resulted from all the things that were tried in class.

Variation of Apr 24 class example - build UNSORTED linked lists; sort list with bubble sort function
      Also demonstrates conditional compilation using three defined constants
      SORTSMLG, DEBUG, DEBUGSORT
      - all currently undefined. If SORTSMLG is defined, this will do same as correct version below.
Apr 24 class example - build sorted linked lists; re-sort list CORRECT VERSION
Apr 24 class example - build sorted linked lists; re-sort list
Apr 19 second class example - started to build sorted linked lists
Apr 19 class example - structs with pointers and linked lists
Apr 17 class example - structs with pointers and beginnings of linked lists
Apr 12 example - I added an example of command line parameters and file input
Apr 5 class example of structs
Day 18 class example (but not sure there is anything new here)
Day 15 - no examples done on omega
Day 14 class example plus some examples I did for a student who came to my office.
Day 14 class example
Day 13 class example
Day 12 class example
Day 11 class example
Day 9 class example
Day 8 class example
Day 6 class example
Day 5 class example
Day 4 class example
Day 3 class example
Day 2 class example
Day 1 was syllabus and ethics statement info