Description: Use Visual C++ 6.0 to debug, opened first CD of snake_main. DSW files, and then use Build order an debugging.
void main()
{
//welcome to play the game
graph_welcome()
//delay
Sleep(1000)
//the game page layout view
graph_game()
//initialize the snake and food
initial()
//begin the game
begin_game()
}//end main
To Search:
File list (Check if you may need any files):
01-贪吃蛇\mySnakeGame\snake_main\ConsoleOut.h
.........\...........\..........\ConsoleOut.lib
.........\...........\..........\Debug\main.obj
.........\...........\..........\.....\snake_main.exe
.........\...........\..........\.....\snake_main.ilk
.........\...........\..........\.....\snake_main.pch
.........\...........\..........\.....\snake_main.pdb
.........\...........\..........\.....\vc60.idb
.........\...........\..........\.....\vc60.pdb
.........\...........\..........\main.cpp
.........\...........\..........\snake.cpp
.........\...........\..........\snake_main.dsp
.........\...........\..........\snake_main.dsw
.........\...........\..........\snake_main.ncb
.........\...........\..........\snake_main.opt
.........\...........\..........\snake_main.plg
.........\...........\..........\Debug
.........\...........\snake_main
.........\mySnakeGame
01-贪吃蛇