CString s = "123"; int x = atoi( s );. However, this does not deal well with the case where the string does not contain a valid integer, ...
確定! 回上一頁