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
Ranked #72.8K
1 Posted Topic
Re: Anyone with some help my program does not want to read right and display it i need help kinda fast. Thanks [code] #include<stdio.h> #include<conio.h> #include<stdlib.h> #include<graphics.h> #include <math.h> #define ROWNO 11 #define COLNO 11 #define XVAL 40 #define YVAL 40 #define SIZE 20 struct Node { int x, y, points,state; … |
The End.