Is there anyway to create an argument list (va_list) So that it could be passed into another function???
Like say you had a class which you could retrieve the number of parameters, and the parameter types... Create a va_list... and pass it into another function??
