討論串[討論] 請問這個程式碼
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
看了這個程式. 我做了一點小小修改. 還麻煩大家給個建議. void main(){. char *pass;. int i=0,LEN=8;. pass=(char *)malloc(sizeof(char)*LEN);. printf("Enter password:");. while(*(p
(還有1297個字)
內容預覽:
這是一個輸入密碼的範例程式. 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
下一頁
尾頁