我正在Windows XP中的Code :: Blocks中運行一個C程序。 我得到一個錯誤 "drawing operation is attempeted when there was no current window"
什麼可能會導致這樣,我該如何解決呢? 我的代碼如下: #include <stdio.h>
#include <conio.h>
static int get_co
我在寫一個使用getch()來掃描箭頭鍵的程序。到目前爲止我的代碼是: switch(getch()) {
case 65: // key up
break;
case 66: // key down
break;
case 67: // key right
break;
case 68: // key left