Real World strtod(); for use with WINAPI textbox.

Posted by Smoka on Stack Overflow See other posts from Stack Overflow or by Smoka
Published on 2010-06-03T00:23:34Z Indexed on 2010/06/03 0:34 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c++

Related posts about winapi