compile with
> g++ hw1demo.cpp gnuplot.cpp stringutils.cpp fileutils.cpp -o hw1demo
> g++ test.cpp gnuplot.cpp stringutils.cpp fileutils.cpp -o test

run with
> ./hw1demo
> ./test


- needs to have gcc/g++ and gnuplot installed
- for windows users: you can install cygwin to use linux commands