Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~310 People Reached
Favorite Forums
Favorite Tags
c++ x 1
c x 1
Member Avatar for ngozinyeusi

im a biginner level in Visual C++ version 6.0 "how can i Write the Program ”Minesweeper”. On field by size NxM Computer by casual image places X mines. The user will alternately assign the number of cell but computer gives him amount of mines, residing in nearby cells. If and …

Member Avatar for Lerner
0
223
Member Avatar for ngozinyeusi

C:\John\mines.cpp(5) :fatal error C1083: Cannot open include file: 'graphics.h': No such file or directory from this code [code=c] #include<conio.h> #include<stdio.h> #include <graphics.h> #include<stdlib.h> #include<dos.h> #include<time.h> #include "events.h" #define YES -1 #define NO 0 #define MARK 1 #define DOUBT 2 int boxleft=225,minemarked=0,explode = NO,totalmine = 25; void minegenerate(int num,int x, int …

Member Avatar for Ancient Dragon
0
87