----- 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. The 3rd an
alphabetic name. I have now changed by mind because numbers can be in
filenames too. The utillity writes a file called whatever input is used and
prints in the text file the 2 double values separated by a tab. It works
fine but I'm not going to use isalph.
Bill