View Single Post
Old 09-1-2015, 12:35 AM   #12
FoJaR
The Worst
 
FoJaR's Avatar
 
Join Date: Nov 2005
Location: space ghost is dead to me
Posts: 2,816
Send a message via AIM to FoJaR Send a message via MSN to FoJaR
Default Re: [University - C++ Programming] Help With Assignment (Very Basic Stuff)

using is similar to typedef. MAP_BUFFER is a 2D array(with specific dimensions) of type ENTITY.

ENTITY is a typedef of entity_labels.

so really MAP_BUFFER is a 20x30 array of entity_labels.
__________________
FoJaR is offline   Reply With Quote