[Prev][Next][Index][Thread]
Re: small Q
Bruce Hoult wrote:
[useful stuff]
>
> -- Bruce
Yep, very clear, exactly what I needed. I'll have to go back to that
continuation thread as recommended and spend a while over it.
>
> [1] unless you use ... in the argument list, in which case the VARARGS
> macros have to work. But how they work is unspecified and non-portable
> -- they have to work, but the compiler writer doesn't have to tell you
> *how*.
varargs are genuinely a very clever hack, an effective leveraging of C's
model of the underlying machine. I admire them from afar. I don't want
to use them, or C++.
thanks
jt
References: