| Main | Research | Tutoring | Miscellaneous |
| Winter 2009 |
| course homepage |
| Section Location | MS 5148 |
| Section Time | Tues, Thurs: 9:00-9:50 AM |
| PIC Lab Location | Boelter Hall 2817 |
| My PIC Lab Hours | Tues: 1-2 PM, Thurs: 11 AM - 12 PM |
| I highly recommend Aquamacs. It is a robust editor, and learning to use it will make you a better person. You can find Aquamacs here. To compile your code, I recommend using g++, which is supplied with the Xcode Developer Tools. For more information on obtaining and running g++ click here. Remember though that you still need to submit your files in the PIC Lab using Visual Studio! |
| (Graphics require the ccc-win graphics library available here) |
| Linear Regression |
| Tic-Tac-Toe (to compile in Windows make sure you #include "ccc_win.h" instead of "ccc_x11.h") |