Yutaka OKAIE wrote: > From: Thomas Hruska <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, April 16, 2007 10:21:58 AM > Subject: Re: [c-prog] Re: Hexadecimal to Decimal >> While we are in "know-it-all" mode, BString has ConvertFromHex() and > > doesn't use strtol() because strtol() depends on the source to be zero > > terminated. > > Hi, Thomas, > > I googled "BString" and found "The Better String Library > (http://bstring.sourceforge.net/)". Is this what you are talking > about ? > > Anyway, thank you very much for further more info. > > # I also thank to Peter for giving me advice on posting-styles. > > Yutaka
No. BString is part of Safe C++ Design Principles. A book that is available to group members for free (see the group website's Files section). It has no relation to that library. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* VerifyMyPC 2.5 Change tracking and management tool. Reduce tech. support times from 2 hours to 5 minutes. http://www.CubicleSoft.com/VerifyMyPC/
