Skip to content

guibescos/course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CME212

Syllabus

Final Exam Date

For Winter quarter 2020, the registrar has the CME 212 final exam scheduled to take place from 7 P.M. to 10 P.M. on Monday March 16th. We will plan to make the exam accessible on Canvas on Friday March 13th at 7 P.M., giving you a 72 hour window in which you can start the exam. However, the exam itself is timed, and once you open it you will have three hours to complete it. The final exam must be completed on your own. You may not collaborate on the exam or discuss the exam with any Stanford affiliate or anyone outside the institution. The only resources you may access during the exam are the full set of course notes, and in addition reference documentation such as cppreference.com; you are not allowed to use online search engines to query for information, nor are you allowed to use sites such as StackOverflow.

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

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

  • Lecture 16
    • Perfect forwarding, Metafunctions, compile-time programming.
  • Lecture 17 Cancelled

Week 9

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

About

CME212 Course Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • Python 10.1%
  • Makefile 1.3%
  • CMake 0.9%
  • M4 0.8%
  • Shell 0.6%
  • Other 0.8%