On 3/10/06, Bryan Sant <[EMAIL PROTECTED]> wrote: > On 3/10/06, Nicholas Leippe <[EMAIL PROTECTED]> wrote: > That is sweet. You're now beating my Java code by a few milliseconds > :-). I have to remove the <char> templatization on string before I > can compile though. Why is that?
In ISO C++ std::string is a typedef std::basic_string<char>; I was wondering that myself. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
