Program Submissions

Just email the TA (danielc@cs.stanford.edu) a tarball of your source and a README file. Please state in the README what the TA needs to do to compile it and where he should expect to succeed in compiling it (if it only works on some of the leland system types) --- in addition to whatetever else is required in the problem set assignment.


CGAL and Qt

We recommend that you use CGAL and Qt for your programming project. The information below should be enough to get you started.

Installation

The CGAL Installation Guide may be helpful. For Windows users, Francois Conti has put together a helpful installation guide.

Manuals

The manuals can be found on the internet.:

Tutorials

The following tutorials may be helpful:

Writing Your Own Programs

As the CGAL libraries use C++ template classes heavily, the error messages can sometimes be dauting. Come and see the TA for debugging sessions.