still confused about call by reference

Hoenir mrmocool at gmx.de
Wed Oct 31 18:35:28 PDT 2007


> That gets you a pointer.  You don't need & to pass a value type to a 
> 'ref' parameter.

No I meant the argument passing:

void foo(Struct& S)
{...}


More information about the Digitalmars-d-learn mailing list