CSCI 1120 (Low-Level Computing):
Sample Programs

Disclaimer: Code linked from this page is intended as a cleaned-up and commented version of examples from class. Many programs could be further improved with regard to functionality or design, but then they would no longer be as close to what we did in class.

Programs

  • Unsorted linked list and test program (4/13):
  • Program to display internal representation of floating-point number: show-float.c.
  • Examples of using "ncurses" library (4/20). Included on an "as is" basis -- they aren't well-documented.
  • Additional simple examples can be found among these sample programs for CSCI 1320.
  • Examples demonstrating use of multithreading extensions (OpenMP) and message-passing library (MPI) can be found among these sample programs for CSCI 3366.

    Other files