CMPS 109 - Advanced Programming - Winter 2007
Course Info
- Lecturer: Prof. Ira Pohl (pohl at cs dot ucsc dot edu)
- Classes: T/TH at 4:00 - 5:45pm in E2 192
- Office Hours: M/W 10:45-11:45am
- TA: Tim Bisson (tbisson at cs dot ucsc dot edu)
- Office Hours: W 11-2 in E2 380 (knock)
Bulletin-Board
- The midterm is on 2/15. Here is a midterm review question. You should understand
the code and be able to simulate it by hand.
- No office hours on 1/24 for Tim. However, he will hold office hours on
Monday 1/29 from 11-2.
Example Programs
- Here is a link to an example which uses the random_shuffle() function
shuffle.cc.
- Here is a link to an example which performs quicksort using an vector class
quicksort.cc.
- Here is a link to an example which performs simple file I/O
simple_file_io.cc.
Slides
Homework