Code as Fast as You Can Think
"I have only proved my code correct, not tested it" - Donald Knuth
Search This Blog
Friday, May 13, 2011
ExceptionalC++ Fun: 2. case insensitive string implementation
things to remember:
typedef basic_string
string: string is a type of basic_string
inherit the char_traits
template and overite some function:
struct ci_char_traits : public char_traits
{ }
review
trait template technique
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Unknown
View my complete profile
No comments:
Post a Comment