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.
I can not afford failing this one .. that's really important for me.

Thanks again,
Eli