[問題] strcpy

看板CSSE (電腦科學及軟體工程)作者 (jumping turtle)時間20年前 (2004/12/26 11:57), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
這是我自己寫的 不過沒有辦法像函式庫內的可以就直接結束掉 有哪位大大可以教我 把它改成一樣的作用 謝謝摟 以下是我的程式碼 #include<stdio.h> #include<conio.h> #include<string.h> int main() { char ch[1000]; int n,i; printf("please enter a string:\n"); printf("this is use getchar:"); n=strlen(ch); for(i=0;i<=n;i++){ ch[i]=getchar(); putchar(ch[i]); } return 0; } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.123.224.111
文章代碼(AID): #11pZR7G2 (CSSE)
討論串 (同標題文章)
以下文章回應了本文
1
1
完整討論串 (本文為第 1 之 3 篇):
1
1
文章代碼(AID): #11pZR7G2 (CSSE)