From: Thomas Harte Newsgroups: comp.os.msdos.djgpp Subject: Re: passing by reference Date: Sat, 25 Sep 1999 18:03:01 +0100 Organization: BT Internet Lines: 6 Message-ID: <37ED0045.B04653C7@btinternet.com> References: <37EA903C DOT 1B1386F8 AT hotmail DOT com> <37EAAA67 DOT B8F0D3CB AT crosswinds DOT net> <7secbp$5go AT dfw-ixnews4 DOT ix DOT netcom DOT com> NNTP-Posting-Host: host5-99-56-44.btinternet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en-gb] (Win95; I) X-Accept-Language: en-GB,en,en-* To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Passing by reference can only be done in C++. C does not support reference > variables. But C supports pointers, and pointers can be used to reference values . . . -Thomas