View Single Post
Old 09-1-2015, 12:03 AM   #11
sickufully
Sir Krisk
FFR Veteran
 
sickufully's Avatar
 
Join Date: Dec 2007
Location: Vic, Australia
Posts: 930
Default Re: [University - C++ Programming] Help With Assignment (Very Basic Stuff)

Thanks man, that was simple and straight to the point, enough for a newbie like me to understand (I think so anyway). Completed question 2 now.

Moving on, question 3 asks for the underlying data type of the MAP_BUFFER array. I've written down so far that it's ENTITY[MAP_HEIGHT][MAP_WIDTH], only because it seems like a repeat of question one. Although I'm not sure of the possible values that this data type can take. I'm assuming that the data type is ints and because of this, they can only hold numerical values. Can someone clarify if I'm heading in the right direction?
__________________

Last edited by sickufully; 09-1-2015 at 12:04 AM..
sickufully is offline   Reply With Quote