home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01061.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1995-09-24  |  402.4 KB  |  1 channel  |  22,050 sample rate  |  18 seconds
Transcription: Having the definition first makes sense if you think about it. Remember that every time you call the function, the compiler will replace the call with a complete copy of the function, but it can't do that if you haven't defined the function yet. To make sure the function is defined first, most people put inline functions in a header file.