Lecture overview -- Keyboard shortcut: 'u'  Previous page: Lvalues -- Keyboard shortcut: 'p'  Next page: C++ style strings -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 12 : 42

C-style strings

C++ supports both C-style strings and type String via the Library.

Both C-style strings and objects or type string are mutable.