TA: Zengwen Yuan (zyuan [at] cs.ucla.edu
)
Office Hours: 2432 Boelter Hall, Tue 11:30 a.m. — 12:30 p.m.; Thu 8:30 a.m. — 10:30 a.m.
Week | Date | Note | Topic |
---|---|---|---|
10 | 12/2/16 | Slides | Class, final review. |
9 | 11/25/16 | NA | No discussion due to Thanksgiving holiday. |
8 | 11/18/16 | Slides | Pointer, structure. |
7 | 11/11/16 | NA | No discussion in obervance of Veterans Day. |
6 | 11/4/16 | Slides | Array, C-string, style choices. |
5 | 10/28/16 | Slides | IDE debugging, project 3 hints (review of function and string), introduction to array. |
4 | 10/21/16 | Slides | Predefined functions, define function, call by reference, and scope. An example of using rand() and srand() for random number generation. |
3 | 10/14/16 | Slides | Boolean expression, branching mechanisms, loops, and a bit more about truth tables as I promised. |
2 | 10/7/16 | NA | This week's discussion was a lecture. |
1 | 9/30/16 | Slides | Introduction to programming, C++ basics |
CS 31 website: http://web.cs.ucla.edu/classes/fall16/cs31/
C++ reference: http://www.cplusplus.com/ (only supports up to C++11)