为什么strtod函数的第二个参数是非const指针?

时间:2015-02-13 21:18:23

标签: c++ const

我尝试使用atof函数将字符串转换为double。 double strtod (const char* str, char** endptr)。它工作正常,但为什么endptr非const? **endptr始终指向*endptr,而不指向endptr

0 个答案:

没有答案