diff --git a/井字棋.exe b/井字棋.exe deleted file mode 100644 index 93bdad9..0000000 Binary files a/井字棋.exe and /dev/null differ diff --git a/井字棋.cpp b/我的井子祺.cpp similarity index 94% rename from 井字棋.cpp rename to 我的井子祺.cpp index 25511bc..ae9890a 100644 --- a/井字棋.cpp +++ b/我的井子祺.cpp @@ -12,6 +12,15 @@ using namespace std; +// ȥ +void qgb ( ) +{ + HANDLE handle = GetStdHandle ( STD_OUTPUT_HANDLE ); + CONSOLE_CURSOR_INFO CursorInfo; + GetConsoleCursorInfo ( handle, &CursorInfo ); + CursorInfo.bVisible = false; + SetConsoleCursorInfo ( handle, &CursorInfo ); +} // жѡλǷ ·-1 ·0 int IsNULL ( int array[3][3], int x, int y ) @@ -275,4 +284,3 @@ int main ( ) return 0; } - diff --git a/我的井子祺.exe b/我的井子祺.exe new file mode 100644 index 0000000..ed47e23 Binary files /dev/null and b/我的井子祺.exe differ