variadic functions

Jarrett Billingsley kb3ctd2 at yahoo.com
Thu Jan 3 13:44:13 PST 2008


"0ffh" <frank at youknow.what.todo.interNETz> wrote in message 
news:fljc2m$ah7$1 at digitalmars.com...
>
> Hrmmnn... I hope this is not the gazillionth time:
>
> Can I pass on the parameters from one variadic function to the next?
> Just passing on _argptr (in analogy to C) does not seem to work. :(

Actually I think it's something like the _three_ gazillionth time ;)

You can't do it.  I know.  It's dumb.

Actually, passing _argptr in C probably wouldn't work either, at least not 
portably. 




More information about the Digitalmars-d-learn mailing list