J
jacob navia
Within the context of the lcc-win experimental compiler
a complete str_ing library is available that uses operator
overloading and overloaded functions to present a new type
of string library in C, that
o features counted strings, that eliminates buffer overflows
o It has a syntax very similar to the old functions
(Strcat vs strcat, etc)
o It could be faster for some operations like (precisely)
Strcat since there is no need to search for the terminating
zero.
The source code for the whole library can be found in the
normal distribution of lcc-win.
a complete str_ing library is available that uses operator
overloading and overloaded functions to present a new type
of string library in C, that
o features counted strings, that eliminates buffer overflows
o It has a syntax very similar to the old functions
(Strcat vs strcat, etc)
o It could be faster for some operations like (precisely)
Strcat since there is no need to search for the terminating
zero.
The source code for the whole library can be found in the
normal distribution of lcc-win.