Solving a Maze in C++. URGENT Help Needed :)

Discussion in 'C' started by Krote, Jun 21, 2011.

Thread Status:
Not open for further replies.
  1. Krote

    Krote New Member

    Joined:
    Jun 21, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi guys !
    I'm new on your forum but I'm not new to programming.
    I'm in collage and I need to write a program in C (actually using some of C++ features, but no OOP - just OP).
    The program loads MAZE features (starting point, finish point, "walls") from a file, and it shoes the SOLUTION.
    • Without using recursion
    • using directions {{0,1} {1,0} {-1,0} {0,-1}}
    • saving the current way (probably best saving it to another board)
    • no OOP, OP only (using C++ read/write/file handling functions)

    THIS IS REALLY URGENT, I don't hace much time but if one of you guys already has a similar solution, it will be a great help for me :rolleyes:
    I can not afford failing this one .. that's really important for me :(
    Thanks again,
    Eli
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
Thread Status:
Not open for further replies.

Share This Page

  1. 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.
    Dismiss Notice