Do nil pointers convert to nil pointers?

John Gordon gordon at osiris.cso.uiuc.edu
Thu Mar 21 06:11:01 AEST 1991


	On a mostly unrelated note, C++ overcomes this problem quite neatly.
You can define multiple functions of the same name that take different types,
and the compiler will know what function to execute based on what type you
pass it.



More information about the Comp.lang.c mailing list