home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  202.9 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: When you declare a function with the keyword in line, you are giving the compiler a suggestion to copy the code of the function to every point where it is called rather than transferring control to a single copy of the function code. This can save some of the overhead that comes from function calls.