推介:| Web Hosting | 外賣系統 | Server colocation | Web Shop System | Makeup course |

查看完整版本: 大家新年好

花之慶次 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

?容非常好值得?

*** 作者被禁止或刪除 內容自動屏蔽 ***
頁: [1]
查看完整版本: 大家新年好