Current Forum: Homework 2 Forum |
Date: Fri Sep 14 2001 12:30 pm |
Author: Agarwal, Aditya <adityaa@andrew.cmu.edu> |
Subject: Re: maze dimension... |
|
|
The two of them are separate functions. LoadMaze(int inpRows, int inpCols) is used to create a maze from scratch that contains the specified dimensions. On the other hand, setRows(int inp) and setCols(int inp) is used to change the dimension of the maze once it has already been created. The two of them are not really related in that sense.
|
|