On Fri, Aug 8, 2008 at 7:12 PM, Bill Cunningham <[EMAIL PROTECTED]> wrote: > > ----- Original Message ----- > From: "Paul Herring" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, August 08, 2008 5:45 AM > Subject: Re: [c-prog] isalpha > >> What is the problem to which using isalpha() your preferred solution? > > I was going to write a small utillity that takes as its 3rd argument a > name as in the name of a file. Its designed use is to take 2 doubles which > are suposed to be a stock but its just a double variable.
Just use atof() on the arguments (it returns a double, not float, despite the name.) -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. http://shabbleland.myminicity.com
