home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  239.0 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: The concept of type is very important in C++. Every object has a type. This type is used to determine how an object can be used. For example, you cannot pass an argument to a function if the type of that argument is not compatible with the type the function is expecting. What do we mean by compatible? This chapter should answer that question.