variadic args

novice2 sorry at nom.ail
Thu Dec 7 07:26:35 PST 2006


can i pass variadig arguments from one function to other?
siomething like:

void func1(...)
{
  func2(...);
}

is it still not possible?

(sorry, i was asked this some time ago. but now i see array
literals are mnaked and other good changes - may be this question
changed too.)



More information about the Digitalmars-d-learn mailing list