This directory contains the Com S 228 library, in the file libcs228.a To compile against the files in this library, use the compiler flag -I/home/cs228/public/include so that the compiler knows how to get the header files. To link with the Com S 228 library, place -L/home/cs228/public/lib -lcs228 at the end of your compilation with g++ (or ansicpp, which calls g++). (There is an example Makefile in /home/cs228/public/selsort/Makefile that shows how to do this compilation.) See the macro OBJECTS in the Makefile for the contents of the library. See the Makefile for the directories where these objects come from.