15-864 Coding Tips

In this class, you'll be doing a lot of fairly heavy-duty coding in your language of choice. Since we'd rather you spent time working on the meat of the assignments rather than messing around with library issues, I've constructed this page with some pointers to libraries you may find useful.

General C++

If you're not using these libraries already, you should be. In particular, if you ever catch yourself writing a string class, or allocating an array, or reimplementing quicksort -- well, you're wasing your time.

Numerics

A few libraries that might be helpful.

Questions? Contact Christopher Twigg.