From 780ed306ef5fbb6a1defe71f1075885216933953 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 17 May 2011 14:33:05 -0400 Subject: Docs: removing reference to String class. --- source/lang/cpp/string.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/lang/cpp/string.rst b/source/lang/cpp/string.rst index 84917c1..3497484 100644 --- a/source/lang/cpp/string.rst +++ b/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 ` 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 -` 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 `. Examples -------- -- cgit v1.2.3