討論串[問題] atoi的方法..
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include<stdio.h>. #include<stdlib.h>. int main(void). {. FILE *fptr;. char ch;. fptr=fopen("C01","r");. char string[10]="";. while(fgets(string, 9, f
(還有92個字)
內容預覽:
已經有爬過文 但還是沒辦法字串轉數字.... #include<stdio.h>. #include<stdlib.h>. int main(void){. FILE *fptr;. char ch;. fptr=fopen("C01","r");. while((ch=fgetc(fptr))!=
(還有239個字)
首頁
上一頁
1
下一頁
尾頁