-
- Downloads
Add in auto-convert support... strtold() doesn't seem to be implemented
consitently on all platforms, so can't use it to convert a char * to a double. (using strtod()). Some of the conversions are dubious... ie: should a char * just be case to an int, or atoi()ed to one? Using the second method currently.
Loading
Please register or sign in to comment