View Single Post
  #1  
Old 03-25-2010, 02:23 PM
WebHosting WebHosting is offline
Senior Member
 
Join Date: Jun 2009
Posts: 41,978
Default Simple C str to float conversion

PHP: --------- #include int main() { char *str = "-0.096686035"; double value;
__________________
Web Hosting Forum
Web Hosting Discussion
Web Hosting Realted
Reply With Quote