可能重複: C/C++: Capture characters from standard input without waiting for enter to be pressed 我使用C-免費的Windows 7 4標準,我寫一個C程序。 我使用getch()作爲暫停程序的功能,但是,字符在屏幕上按下了回聲,並且在繼續前等待Enter鍵被按下(它看起來沒有與scanf的工作方式不同)。我嘗試
下面的代碼在DEVC++使用MinGW完美的作品,但Visual Studio 2008中吐出這樣的: error C3861: 'getch': identifier not found .
我能做些什麼來接受的getch()如果這是不可能是那裏參考getch(替代),我可以用來暫停屏幕? 代碼: #include <stdio.h>
#include <conio.h>
int ma