Previous Lecture | lect03 Slides | Next Lecture |
- Nested loops correspond to multiplication, in a sense
- <cstdlib> and <string> http://www.cplusplus.com/reference/cstdlib/ and http://www.cplusplus.com/reference/string/
- You can add
string
values together with the+
operator - Command-line arguments and how to convert them to
int
s using theatoi
function
- You can add
- Operator precedence, and all the parentheses that go with it
- Super quick example of git (see https://github.com/ucsb-cs16-su17/code-from-class/blob/master/Lec03/using_git.txt)