home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04154.TXT < prev    next >
Encoding:
Text File  |  1993-10-29  |  178 b   |  4 lines

  1. In C++, inline functions give you the same savings in function
  2. call overhead that #define macros give you in C. Unlike #define
  3. macros, inline functions support type checking.
  4.