One of my colleagues was frustrated trying to get some code to build.
"Is there something strange about linking variadic functions?
Because I keep getting an unresolved external error for the function,
but if I move the function definition to the declaration point,
then everything works fine."
"With the above code, the linker complains that
ca...