Search:

Type: Posts; User: stpeng

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,376

    What i think is that fgets is scanning the...

    What i think is that fgets is scanning the coordinates i put for scanf and putting that into the array as well as the maze chars i entered. Thats why im getting those jumbled up numbers and chars....
  2. Replies
    8
    Views
    1,376

    I did that at the beginning the reason why i...

    I did that at the beginning the reason why i started at 1 was because before i started to find the start and end points i tried to print out the maze just as a test. I used the normal way but for...
  3. Replies
    8
    Views
    1,376

    code is posted

    code is posted
  4. Replies
    8
    Views
    1,376

    #include #include int...

    #include<stdio.h>
    #include<stdlib.h>
    int main(void)
    {
    int x;
    int y;
    int startx;
    int starty;
    int finishx;
    int finishy;
  5. Replies
    8
    Views
    1,376

    Maze program question

    Hi everyone, I have a question about a maze program i have to write. All i want to accomplish at the moment is to just locate the start and end coordinates of a maze the user would be inputting on...
Results 1 to 5 of 5