View Single Post
  #2  
Old 02-25-2004, 09:29 AM
Badil
Fire Beetle
 
Join Date: Dec 2003
Posts: 16
Default

The compiler looks at the name of the function that you are calling and at the 'types' of the parameters, then looks for a function with that name that takes that 'type' of parameter, and calls that function (or more precisely, the compiler inserts code into the executable to call the that function).
Reply With Quote