Previous Lecture | lect15 Before Slides | lect15 Annotated Slides | Next Lecture |
Code from lecture
Topics
- char arrays, C-strings and string literals
- Basic operations on C-Strings using the cstring library functions
- String class objects and methods (similarities and differences with c-strings)
- Intro to lab08
- Understanding the problems for lab08 - isAnagram
- Dynamic arrays