Append char to char-array in function

Robert Clipsham robert at octarineparrot.com
Sun Mar 21 05:13:39 PDT 2010


On 21/03/10 11:40, Bane wrote:
> bearophile Wrote:
>
>> Bane:
>>> No, it shouldn't. What goes in B, stays in B. But if you add magic 'ref' or 'inout' keyword it might work:
>>
>> Use 'ref' only. If the OP also wants to know why that's the solution, the d.learn newsgroup is the right place to ask.
>>
>> Bye,
>> bearophile
>
> Darn. I like inout more. Why do good keywords die first?

inout still works in D1, in D2 it has a new meaning though to save 
writing out a function 3 times for const/immutable/mutable 
(http://www.digitalmars.com/d/2.0/function.html#inout-functions).



More information about the Digitalmars-d mailing list