討論串[討論] 請問這個程式碼
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓3(3推 0噓 13→)留言16則,0人參與, 最新作者jacky1989 (幻想的夢境)時間14年前 (2011/04/15 17:16), 編輯資訊
0
0
0
內容預覽:
看了這個程式. 我做了一點小小修改. 還麻煩大家給個建議. void main(){. char *pass;. int i=0,LEN=8;. pass=(char *)malloc(sizeof(char)*LEN);. printf("Enter password:");. while(*(p
(還有1297個字)

推噓4(4推 0噓 5→)留言9則,0人參與, 最新作者painfullove (要不回那些快樂)時間14年前 (2011/04/15 09:50), 編輯資訊
0
0
0
內容預覽:
這是一個輸入密碼的範例程式. 01. #include <stdio.h>. 02. #include <stdlib.h>. 03. #include <conio.h>. 04. int main(void). 05. {. 06. char a[80],key;. 07. int i=0;.
(還有569個字)
首頁
上一頁
1
下一頁
尾頁