Programming Project 3
Due date:
Jun. 1, 2019
at 11:59pm on Gradescope
This project requires you depth-first search to search through a maze. You will also be passing files as command line arguments.
Files for Project 3:
- Code Base - to be used as a starting point for the project
- Data files to provide in the command line arguments
- Debug mode function examples which mimic printf
- debugmode.c Uses C function with a variable number of arguments
- debugmacro.c Uses C #define macro with variable number of arguments