Hi Dean, On Fri, Oct 22, 2010 at 07:50, Dean Michael Berris <[email protected]> wrote: > > Someday when my development machine, time, and other things permit, I > might work on an immutable string class -- similar to what the D > programming language has -- as a replacement to std::string. Although > std::string is the standard, I don't mind writing a better string > class at some point that "does the right thing".
I went looking a couple of months ago and found two -- one STL-style and one less idiomatic: - http://conststring.sourceforge.net/ - http://www.codeproject.com/KB/string/fix_str.aspx Maybe you can get some ideas from there. Cheers, - Kim ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
