Real World strtod(); for use with WINAPI textbox.
- by Smoka
ResultBox1-Text = (sin(TextBox1-Text)) * TextBox2-Text
That is what i would like to work, but im dealing with Strings
I cant seem to convert the strings, do the trig, and convert back to string for displaying properly... anyone with an example?