Lecture overview -- Keyboard shortcut: 'u'  Previous page: C-style strings -- Keyboard shortcut: 'p'  Next page: Strings - examples -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities, Part 1 - slide 17 : 28

C++ style strings
It is recommended to use type string instead of the low-level char* or char[]