Passing dynamic arrays

Rainer Deyke rainerd at eldwood.com
Fri Nov 12 17:55:31 PST 2010


On 11/8/2010 17:43, Jonathan M Davis wrote:
> D references are more like Java references.

That's true for class references.  D also supports pass-by-reference
through the 'ref' keyword, which works like C++ references.


-- 
Rainer Deyke - rainerd at eldwood.com


More information about the Digitalmars-d mailing list