Subj : Re: String to double To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Wed Apr 07 2004 08:47 pm 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. .