inline functions

Go4Expert Member
25Mar2008,15:58   #1
sareen's Avatar
What's the deal with inline functions?
Contributor
25Mar2008,16:27   #2
lead.smart34's Avatar
When the compiler inline-expands a function call, the function's code gets inserted into the caller's code stream ,conceptually similar to what happens with a #define macro