Previous Up

6  Resources

6.1  Software

The main tool you will be needing in this course is a C++ compiler. Get your hands on one by whatever means you wish. One option is explained here. I will also ask your returned assignments to come equipped with Makefiles that build your programs; familiarize yourself with make. Also, be prepared to create pdf files by some means; pdf is the format that you are required to return your write-ups in. A handy tool for this is LATEX(in fact, pdfLATEX).

Instructions on other software tools we may possibly need will be given later.

6.2  Books

There's no mandatory textbook. The following books augment the material we cover in class.

6.3  Libraries


Previous Up