[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Arguments by reference?
- From: "Zachary P. Landau" <zpl8666@...>
- Date: Thu, 1 Sep 2005 14:26:23 -0400
> Not passed by reference? And not passed by copy either? I don't get it.
> Those are the only two options. If its not a reference/pointer, and its not
> a copy of the value...then...what?
Not that this is particularly relevant, but those aren't the only two
options. There are, for example, pass-by-name and
pass-by-value-result. But those aren't particularly common these
days.
--
Zachary P. Landau <kapheine@gmail.com>