Discussion Board
Go to the previous messageGo to the following message
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.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
maze dimension...      Shi, Ying      Thu Sep 13 2001 10:38 pm       
Re: maze dimension...      Agarwal, Aditya      Fri Sep 14 2001 12:30 pm       
Re: maze dimension...      Shi, Ying      Fri Sep 14 2001 12:32 pm       
Re: maze dimension...      Agarwal, Aditya      Fri Sep 14 2001 12:39 pm       
Re: maze dimension...      Shi, Ying      Fri Sep 14 2001 12:47 pm       
Re: maze dimension...      Shi, Ying      Fri Sep 14 2001 1:01 pm       
Re: maze dimension...      Chen, Richard      Tue Sep 18 2001 7:34 pm       

Back to previous screen