Newsgroups: comp.lang.c
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!news.cs.indiana.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon
From: gordon@osiris.cso.uiuc.edu (John Gordon)
Subject: Re: Do nil pointers convert to nil pointers?
Message-ID: <1991Mar20.201101.2635@ux1.cso.uiuc.edu>
Sender: usenet@ux1.cso.uiuc.edu (News)
Organization: University of Illinois at Urbana
References: <1991Mar19.234219.22867@cbnewsj.att.com>
Date: Wed, 20 Mar 1991 20:11:01 GMT
Lines: 5


	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.
