home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03112.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-18  |  296.4 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: An array is a named set of one or more objects of the same type that are placed together in memory. The name of an array is also an identifier of a pointer to the type of the array. For example, in both C and C++, you can use the type char star for a string or array of characters. The standard libraries of C and C++ and C++ Stream I O provide many features for manipulating arrays of characters.