help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Realtime cost of call by value


From: Randy Gober
Subject: Re: Realtime cost of call by value
Date: Tue, 4 Nov 2003 20:23:20 -0600


|From help-octave-request at bevo dot che dot wisc dot edu Tue Nov  4 09:52:02 2003
|Subject: Re: Realtime cost of call by value
|From: "Mark P. Esplin" <mark at srl-sdl dot org>
|To: help-octave <help-octave at bevo dot che dot wisc dot edu>
|Date: Tue, 4 Nov 2003 10:49:37 -0500
|
|       For what it is worth, I like the C++ syntax with a "&" best then "byref"
|next


I also like &A. It makes for since for an argument list as in

  function multiarg(&A,B,&C,D,&E)


Using byref or reference can get to be bit cumbersome, e.g.

 function multiarg(reference A,B,reference C,D,reference E)



--Randy







reply via email to

[Prev in Thread] Current Thread [Next in Thread]