MFC编程时,怎么将CStringArray类型数组中的数字字符转化成double型的数字?

2025-04-17 03:58:23
推荐回答(1个)
回答1:

CString str = dest.GetAt(1);
double f = atof(str.GetBuffer(0));