From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: passing by reference Date: Thu, 23 Sep 1999 19:15:41 -0400 Organization: Netcom Lines: 9 Message-ID: <7secbp$5go@dfw-ixnews4.ix.netcom.com> References: <37EA903C DOT 1B1386F8 AT hotmail DOT com> <37EAAA67 DOT B8F0D3CB AT crosswinds DOT net> NNTP-Posting-Host: prn-nj1-01.ix.netcom.com X-NETCOM-Date: Thu Sep 23 6:16:09 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ishpeck wrote in message news:37EAAA67 DOT B8F0D3CB AT crosswinds DOT net... > The same way you pass by reference in any C compiler. > Passing by reference can only be done in C++. C does not support reference variables.