home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01134.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  309.0 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
Transcription: Once a class has been defined in C++, objects of that class can be manipulated in much the same way as objects of built-in types. Therefore, you can work with objects in your application using the same C++ code you might use for built-in types. For example, in the Shed Building program, you can add, subtract, multiply and divide fractions using the same operators that add, subtract, multiply and divide integers and floating point numbers.