I am looking to do this in C/C++.
I came across Variable Length Arguments but this suggests a solution with Python & C using libffi.
Now, if I want to wr
How do you mean a pure C/C++ solution?
The rest parameter (...) is supported cross platform in the C runtime.
http://msdn.microsoft.com/en-us/library/kb57fad8.aspx