Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String


Ignore:
Timestamp:
08/20/10 08:31:14 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/String

    v3 v4  
    2222
    2323The 825 standard library functions now accept string parameters. We are now recommending using strings in application programs as much as possible to reduce the possibility of pointers to invalid memory, or overflow bugs.
     24
     25For more information about std::strings refer to: http://www.cplusplus.com/reference/string/string/
     26
     27To further help with string operations some additional functions are now provided in the 825 library.
     28