Re: Subroutine "arguments"??
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:14:04 -0800
tholen@xxxxxxxxxxxx wrote:
(snip)
Isn't passing the values of all the elements equally impractical?
I mean, if passing by address isn't used for whatever reason, wouldn't
passing by value be equally difficult?
You would think so, but C will do it if you put an array inside
a struct and pass that. The array size is known at compile time,
and normally won't be so large.
-- glen
.
- References:
- Subroutine "arguments"??
- From: li . simula
- Re: Subroutine "arguments"??
- From: Richard Maine
- Re: Subroutine "arguments"??
- From: tholen
- Subroutine "arguments"??
- Prev by Date: Re: Lahey Fortran and Core 2 duo
- Next by Date: Re: Lahey Fortran and Core 2 duo
- Previous by thread: Re: Subroutine "arguments"??
- Index(es):
Relevant Pages
|
|