CSC 120: C++ Provided Code Lab on Quick Sort


The following files are being provided:
lab1bQS.cpp --- the portion of the driver provided is here, and you will write your quicksort related functions in this file

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

point.cpp --- code for Point class. You need to implement two of the methods here

stdinc.h --- includes needed standard headers and defines some const vars


Return to the CSC 120 Home Page