Subj : Re: String to double To : borland.public.cpp.borlandcpp From : john blackburn Date : Thu Apr 08 2004 02:30 pm Thomas Maeder [TeamB] wrote: > john blackburn writes: > >> Many thanks for your suggestions. I can probably get away with strtod() >> but strtol() and strtoul() are not portable to Unix/Linux. > > What Unix compiler is this? All three functions are ISO Standard C. I simply went to C++ Builder help file entry for strtol() and strtoul() and clicked on the "Portability" hyper link and it showed them to be non-portable to Unix. John .