3. atol:將字串轉為長整數. long int atol ( const char * str );. ex: char buffer[] = "23";. long int i = atol(buffer);. 4. strtod: 將字串轉為倍精度浮點數.
確定! 回上一頁