Limited-length string class

Posted by wood_brian on Stack Overflow See other posts from Stack Overflow or by wood_brian
Published on 2010-04-15T19:09:08Z Indexed on 2010/04/15 19:13 UTC
Read the original article Hit count: 96

Filed under:
|

Is there a limited-length string class around? I've searched a little on the net and didn't find anything. I'm interested in a class that limits (possibly at compile time) the length to 255, so marshalling the string's length only requires one byte.

© Stack Overflow or respective owner

Related posts about c++

Related posts about strings