Hello, I'm having trouble to do a string to double conversion. I have the following simple code which doesn't work: char *ch; float f; ch = "2345.235"; f = strtod (ch,NULL); I compiled my code with a Glade make. When i compile it with a simple gcc command, it works. I tried to set the environment variable LC_ALL to en_US Is there a gtk function for this special purpose? Thanks, Nilton -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] RE: string to double (or float) conversi... Nilton S. Ramos Quorin
