Changes between Version 16 and Version 17 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String


Ignore:
Timestamp:
08/14/26 07:16:58 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v16 v17  
    3838The 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.
    3939
    40 For more information about std::strings refer to: http://www.cplusplus.com/reference/string/string/
     40For more information about std::strings refer to: https://www.cplusplus.com/reference/string/string/
    4141
    4242To further help with string operations some additional functions are now provided in the 825 library.