Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Convert a string in c language into a double
Convert a string in c language into a double
GetDlgltemText is defined as follows: UINT GetDlgItemText (

Handle to the dialog box

Int nIDDlgItem,//control identifier

LPTSTR lpString,//Pointer to the text buffer

Int nMaxCount // Maximum size of string

); It was just an unsigned plastic operation of UINT. I want to change it to double type. Forced conversion, of course. ~ ~ ~