I have been searching everywhere for information about how to do this, without much luck.
I establish my structure as:
struct commands
{
int xcoord;
int ycoord;
char instructions[30];
struct commands *next;
};
And there are two ways I can go. One is prompt for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.