Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
- Timestamp:
- 08/20/10 08:31:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
v3 v4 22 22 23 23 The 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 25 For more information about std::strings refer to: http://www.cplusplus.com/reference/string/string/ 26 27 To further help with string operations some additional functions are now provided in the 825 library. 28