• STUDY SHEET FOR FINAL EXAM

  • UNIX and C FAQ

  • Print_Man example

  • Print_Man example, 1 or 2 parts, functions passing 1 argument

  • Print_Man example, 1 or 2 parts, functions passing more than 1 argument

  • Homework 2 program executables

  • Previous Midterm Exam

  • Midterm Review

  • Homework 1, problem 6

  • Homework 1, problem 7

  • Homework 1, problem 8

  • Homework 1, problem 9

  • Homework 1, problem 10

  • Print_Man example, looping until correct input is given.

  • Short Circuit evaluation

  • Read until EOF example, nucl.c Sequence file for nucl.c

  • General Stickman program: How many ya want?

  • Sine wave program

  • Sine and cosine waves

  • myFunc.c and myFunc2.c pointer example.

  • pointer.c: * and & interactions!

  • 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.

  • Homework 5 program executables & source code!

  • selection_sort.c:The selection sort program.

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

  • tictactoe.c:You know this one, no?

  • scan.c:While != EOF scanning routine

  • null_char.c:Donavan, don't forget your null character