Message-ID: <3BA570B9.EB526045@earthlink.net> From: Martin Ambuhl Organization: Nocturnal Aviation X-Mailer: Mozilla 4.77 [en] (Win95; U) X-Accept-Language: en,zh-CN,fr,de-CH,ru MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: function overload in gcc References: <9o0hbg$98u$06$1 AT news DOT t-online DOT com> <9o27fm$sk2$00$1 AT news DOT t-online DOT com> <1000646864 DOT 676853 AT queeg DOT ludd DOT luth DOT se> <9o3qgt$5tn$04$1 AT news DOT t-online DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 Date: Mon, 17 Sep 2001 03:39:02 GMT NNTP-Posting-Host: 63.210.217.55 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 1000697942 63.210.217.55 (Sun, 16 Sep 2001 20:39:02 PDT) NNTP-Posting-Date: Sun, 16 Sep 2001 20:39:02 PDT X-Received-Date: Sun, 16 Sep 2001 20:35:46 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Benjamin 'Killer' Kalytta wrote: > > does gcc not support function overloading ??????????????????????????????? GCC used as a C compiler does not support function overloading, which is not part of the C programming language. The Gnu Compiler Collection (GCC) does include a C++ compiler (g++ or gpp), a Pascal compiler (gpc), and a Fortran compiler (g77) among others. Those other components of the Gnu Compiler Collection support language features for those other languages, and g++ does indeed support function overloading.