home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A171521.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  170.7 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: AStackT has three member variables. Free represents the number of elements in the array that have not been used. Size is the maximum number of elements that can be stored in the stack. PArray is a pointer to the array that stores the elements.