Lecture 2. Strings in C++

Friday January 7


Strings are ubiquitous in programming and allow us to manipulate text. Today we'll explore how C++ handles strings and see how to write recursive functions that operate on strings.

Readings

  • Readings: Chapter 3, Chapter 4.1 - 4.3

Links

📦 Code and Slides