Description: The use of characters in the array a [N] [N] stored data mine, a [i] [j ]='+' that the location (i, j) is not mine, a [i] [j ]='*' that the location ( i, j) a mine, 0 < = i <m,0<=j<n,m和n是键盘输入的总行数和总列数并且0<m,n<100。设计一个程序,输入m和n,随机初始化布雷数组,并输出布雷数组和每一位置周围的地雷数量,如果该位置是一个地雷,则输出一个’*’。
- [VC6Games] - VC++ Game programming, including mine cl
- [minesweep] - C++ Prepared simple mine the beginning o
- [3DGame] - Large-scale 3D game design and productio
- [saolei] - A small game, compare the classic game o
- [code] - This is a mine sweeping program written
File list (Check if you may need any files):
扫雷
....\布雷函数.txt
....\打印函数.txt
....\扫雷程序.txt
....\隔雷函数.txt
....\雷数计算函数.txt