Yah Shyan,
This is the same query which I have asked earlier but not able to get the answer as my query hasnt been posted.. Regards Ashwin Mittal. --- chitra krishnan <[EMAIL PROTECTED]> wrote: > hi shyan > > clarify this doubt of mine regarding fnt overloading > > if C does not support function overloading then how > come printf() is taking different signatures > > chitrakrishnan > > Shyan Lam <[EMAIL PROTECTED]> wrote: > Function overload is not present in C. In C, either > use different names or > pass a union of supported types (with additional > identifier that give hints > of the type to be used). > > HTH > Shyan > > > > -----Original Message----- > > From: Fernando Arturo G�mez Flores > [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 16, 2004 11:51 AM > > To: [EMAIL PROTECTED] > > Subject: Re: (PT) How to implement polymorphism > using C language > > > > > > ************************************************** > > I think the only polymorphical thing you can do in > C is a function > > overload... > > > > void function(); > > void function(int); > > void function(int, long, char*); > > > > and so, ad infinitum. > > > > Regards, > > > > Fernando. > > > > > > > To unsubscribe : > [EMAIL PROTECTED] > > > > > Yahoo! Groups SponsorADVERTISEMENT > > > --------------------------------- > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/Programmers-Town/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the > Yahoo! Terms of Service. > > > > --------------------------------- > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> To unsubscribe : [EMAIL PROTECTED] Yahoo! Groups Links <*> To reply to this message, go to: http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4818 Please do not reply to this message via email. More information here: http://help.yahoo.com/help/us/groups/messages/messages-23.html <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmers-Town/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
