delorie.com/archives/browse.cgi | search |
Message-ID: | <3D17C132.6A49E8E4@yahoo.com> |
From: | CBFalconer <cbfalconer AT yahoo DOT com> |
Organization: | Ched Research |
X-Mailer: | Mozilla 4.75 [en] (Win98; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Polymorphism in C |
References: | <20020624224548 DOT 11334 DOT qmail AT web11307 DOT mail DOT yahoo DOT com> |
Lines: | 19 |
Date: | Tue, 25 Jun 2002 01:08:33 GMT |
NNTP-Posting-Host: | 12.90.171.13 |
X-Complaints-To: | abuse AT worldnet DOT att DOT net |
X-Trace: | bgtnsc05-news.ops.worldnet.att.net 1024967313 12.90.171.13 (Tue, 25 Jun 2002 01:08:33 GMT) |
NNTP-Posting-Date: | Tue, 25 Jun 2002 01:08:33 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Pedro Izecksohn wrote: > > In C++ polymorphism is possible, declaring more than > once the same function with different parameters, like the > example bellow: > > void something (int); > void something (int *); > > Is it possible in C, without using the va_* functions? > How? No. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |