C語言字符串類型轉換爲double浮點數類型

#include <stdio.h>
#include <stdlib.h>
char
*record; double re = atof(record);

使用 atof()函數便可。函數

相關文章
相關標籤/搜索