Pre-class Assignment
Please complete the participation activities under the E15 review section of the class zyBooks. You can skip any sections that are marked “optional.”
Announcements
- Please wrap up Lab 0 by Tuesday if you haven’t already; Lab 1 will be released then
- Office hours: by appointment (email me if none of those times work)
- The goal of this is to be more flexible / have more times, but I'm also open to a regularly scheduled time! Feel free to come as a group.
Learning Objectives and Outcomes
In this lecture you will:
- work alongside Prof. Delano to review the basics of program flow from E15, with some adaptations for working with the new Nucleo board
By the end of this lecture you should be able to:
- write basic functions in C++
- use if statements, switch case statements, printf, basic data types, etc.
Lecture Content
Review and examples
- basic data types
- if statements
- printf
- comparing characters
- switch case statements
- delays