Previous Lecture | lect11 Slides | Next Lecture |
Code from class
Code from class: https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec11
Topics
- C strings
<cstring>
library
- Difference between C Strings and C++ strings
<string>
library
- Reviewed
struct
s using thebounce.cpp
example