Possible boost addition: sub string and const string.
19 Nov
2002
19 Nov
'02
12:05 a.m.
Hello everyone. I have two classes which I found pretty handy: sub_string (behaves as a mirror of the portion of master basic_string) and const_string (C- string wrapper). Nice thing about these two is they implemented as template specialization of basic_string which has advantages: a) familiar interface; b) possibility to reuse the code written for basic_string (like string streams, lexical casts, etc). Any interest? Regards. Alexei Novakov
8027
Age (days ago)
8027
Last active (days ago)
0 comments
1 participants
participants (1)
-
alexei_novakov