diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-17 14:33:05 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-17 14:33:05 -0400 |
| commit | c0721a714484446b0b4a30c057d8b01df14b088f (patch) | |
| tree | 9af9cb452f8c22bd4e3dfc79cab544afda75c109 /docs/source/lang/cpp | |
| parent | 24736e54ef5971ddfa78add19cb72b1090db7b5d (diff) | |
Docs: removing reference to String class.
Diffstat (limited to 'docs/source/lang/cpp')
| -rw-r--r-- | docs/source/lang/cpp/string.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/source/lang/cpp/string.rst b/docs/source/lang/cpp/string.rst index 84917c1..3497484 100644 --- a/docs/source/lang/cpp/string.rst +++ b/docs/source/lang/cpp/string.rst @@ -5,15 +5,8 @@ Strings ======= -Text strings can be represented in two ways. You can - -1. Use the :ref:`String <lang-stringclass>` data type, which is -part of the core as of version 0.0.9, or - -2. You can make a string out of an array of type :ref:`char -<lang-char>` and null-terminate it. - -This page describes the second method. +Text strings on the Maple can be represented with null-terminated +arrays of type :ref:`char <lang-char>`. Examples -------- |
