D
david
Hello,
I looking for a way how I would be able to pass multiple parameters to
function and constructor. For functions there is one that that works
in C and C++. That would be using va_list, va_start, va_end and va_arg
macros as I remember. But then trying to use it in constructor it will
return only one parameter, the first one. Is this the only way how you
can pass multiple parameters or there is another one? Maybe
constructor has a bit stricter syntax?
david
I looking for a way how I would be able to pass multiple parameters to
function and constructor. For functions there is one that that works
in C and C++. That would be using va_list, va_start, va_end and va_arg
macros as I remember. But then trying to use it in constructor it will
return only one parameter, the first one. Is this the only way how you
can pass multiple parameters or there is another one? Maybe
constructor has a bit stricter syntax?
david