Lecture Notes for Computer Algorithms I

30 September 2003 - A String Class


  1. Strings

    1. Symbolic vs. numeric computations.

    2. Text based, human readable, and so important.

    3. String operators.

  2. C-Style Strings

    1. Strings are not a data type in C.

  3. Representing strings.

    1. An array of characters.

      1. Where's it end?

  4. Basic string operations.

    1. Input and output operations.

  5. A String Class

    1. Private implementation details and public interface operations.


This page last modified on 2 October 2003.