English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

我在課本上看到這各轉換函式
int atoi(const char *string)
不知道如何使用
拜託教我
謝謝

2007-10-20 18:00:59 · 1 個解答 · 發問者 暴龍 1 in 電腦與網際網路 程式設計

1 個解答

#include
#include
int main(int argc, char* argv[]){
//=====START=====//
int num;
num=atoi("314159");
printf("~暴力熊~\n%s=>%d\n","314159",num);
//=====END=====//
system("PAUSE");
return 0;
}

2007-10-20 20:34:10 · answer #1 · answered by Big_John-tw 7 · 0 0

fedest.com, questions and answers