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

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.