標題:
大家新年好
[打印本頁]
作者:
花之慶次
時間:
2009-1-28 13:48
標題:
大家新年好
有一個C語言程式設計想請教一下大家, 看以下的程式碼:
(這是我用Dev-C++來寫的)
/*prog7_5,無窮迴圈的應用*/
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
char ch;
while(ch!=17)
{
ch=getch();
printf("ASCII of ch=%d\n", ch);
}
printf("你已按了Ctrl+q....\n");
system("pause");
return 0;
}
問題就是出自這裡:
9. c:\dev-cpp\prog7_5.cpp
'getch' undeclared (first use this function)
(each undeclared identifier is reported only once for each function is appears)
作者:
jayzhou_2046
時間:
2009-1-28 16:20
標題:
回復 1# 的帖子
花之慶次兄, 小弟祝閣下新年進步!
有關以上的編譯錯誤,
include conio.h便可解決.
作者:
hto12gost
時間:
2009-2-15 18:15
標題:
?容非常好值得?
提示:
作者被禁止或刪除 內容自動屏蔽
歡迎光臨 香港 Xocat Forum 討論區 (http://p.xocat.com/p/)
Powered by Discuz! 6.0.0