/course

CME212 Course Information

Primary LanguageC++

CME212

Syllabus

Schedule

If the there isn't a link for a lecture, you can find the lecture notes on Canvas.

Week 0

  • Lecture 0
    • Object size, alignment, declarations, scope, narrowing, lifetime of an object.
    • Pointers, arrays, pointer arithmetic, and const.
  • Lecture 1

Week 1

Week 2

Week 3

  • EX1 due Tuesday in class at 4:30 P.M. P.S.T.
  • Lecture 6
    • Free Store memory allocation, RAII, Allocators.
    • Exception Handling part 1 (exceptions as control flow, how to define exceptions).
  • Lecture 7: Inheritance and Polymorphism
  • HW1 due Friday at 4:30 P.M. P.S.T.

Week 4

  • Lecture 8
    • Exception Handling part 2 (enforcing invariants);
    • construction, cleanup, and copy initialization.
  • Lecture 9

Week 5

Week 6

  • Lecture 12
    • Template programming part 1 (two phase translation, function and class templates, template paramaters as return types, parameter deduction)
  • Lecture 13 (2019-02-21)

Week 7

  • EX3 due Tuesday at 4:30 P.M. P.S.T.
  • Lecture 14
    • Template Programming part 2 (non-type template parameters, variadic template parameters, template template parameters).
  • Lecture 15
  • HW3 due Friday at 4:30 P.M. P.S.T.

Week 8

Week 9

  • EX4 due Tuesday at 4:30 P.M. P.S.T.
  • Lecture 18
    • Regular Expressions
  • Lecture 19
    • Parallel reduction
    • More on RAJA
    • Review
  • HW4 due Friday at 4:30 P.M. P.S.T.