[Home]History of String

HomePage | Recent Changes | Preferences

Revision 19 . . (edit) August 26, 2001 11:18 pm by AxelBoldt [*fix Pascal link]
Revision 18 . . August 20, 2001 9:06 pm by Alan Millar [Context: computing]
Revision 17 . . August 20, 2001 8:49 pm by Hornlo [chg per /Talk]
Revision 16 . . (edit) August 18, 2001 4:37 pm by Koyaanis Qatsi
Revision 15 . . (edit) August 16, 2001 9:48 pm by (logged).60.221.xxx [*minor fixups]
Revision 14 . . (edit) August 3, 2001 3:55 pm by Drj [linked]
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 1c1
A string (or string of characters) is a data type used in most programming languages to represent text, and is the focus of this article.
In Computing, a string (or string of characters) is a data type used in most programming languages to represent text, and is the focus of this article.

Changed: 7c7
A common representation is an array of characters. The length can be stored implicitly by using a special terminating character (often NUL?) (the programming language C uses this convention), or explicitly (for example by treating the first byte of the string as its length, a convention used in Pascal).
A common representation is an array of characters. The length can be stored implicitly by using a special terminating character (often NUL?) (the programming language C uses this convention), or explicitly (for example by treating the first byte of the string as its length, a convention used in Pascal).

HomePage | Recent Changes | Preferences
Search: