Changes between Version 16 and Version 17 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
- Timestamp:
- 08/14/26 07:16:58 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
v16 v17 38 38 The 825 standard library functions now accept string parameters. We are recommending using strings in application programs where possible to reduce the possibility of pointers to invalid memory, or overflow bugs. The exception is when speed is important and frequent allocation of memory may be detrimental. For example, for a scoreboard output or computer output that will happen several times per second it may be best to use old style C character arrays. 39 39 40 For more information about std::strings refer to: http ://www.cplusplus.com/reference/string/string/40 For more information about std::strings refer to: https://www.cplusplus.com/reference/string/string/ 41 41 42 42 To further help with string operations some additional functions are now provided in the 825 library.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)