CS 241 Lab 1


The following files are being provided:
o makefile --- this is the makefile for compiling and linking this program and the example timing program

o lab1.cc --- the portion of the driver provided is here

o sort.cc --- this is called to do the sorting neededin preprocesing

o stdinc.h --- includes needed libraries and defines some const vars

o point.h --- header file for the Point class

o point.cc --- code for Point class

o timing-ex.cc --- example for doing the timing for the "A" part

o Profile_Timer.h --- header file for the class used for timing

o Profile_Timer.cc --- code for the class used for timing


Return to the CS 241 Home Page