Hi!
I asked a similar question before but then changed everything to using
char-Arrays instead of the string class, but I would rather not do this
again.
So, does anyone know of a string-Class similar to the STL-<string> that
supports null-bytes?
I tried with standard <string> but this definitely does not support
them... :(
Tnx
Karl
I asked a similar question before but then changed everything to using
char-Arrays instead of the string class, but I would rather not do this
again.
So, does anyone know of a string-Class similar to the STL-<string> that
supports null-bytes?
I tried with standard <string> but this definitely does not support
them... :(
Tnx
Karl
Comment