• UNIX and C FAQ

  • Final Review

  • adjacent.c:Checking the adjacency of array positions

  • uninitialized.c:Consequences of not initializing an array

  • foo_bar.c:This is FUBAR. Good example of passing arrays.

  • const.c:FUBAR passing a constant array (no changes allowed).

  • scan_print.c:Scanning in indices and values from the user, and changing the array accordingly.

  • search.c:Searching for a number in an array, outputting it's index.

  • selection_sort.c:The selection sort program.

  • bubble_sort.c:The bubble sort program (Needs to have a batch datafile given to it!).

  • HW3 EC program

  • HIV genome for hw 3

  • Sine wave Not impossible, but difficult.

  • A nested for loop Try to understand the output!

  • The general stickman!

  • Stickman w/ many args

  • Stickman with no arguments

  • 2-D for loop example

  • Nested while loops

  • Infinite for loop

  • Four ways to 0-2 men

  • Template program