I am coding in C++ and have a few questions regarding the ellipsis:
Is it possible to pass in class or class pointer into the ellipsis?
Basi
True typesafe variable argument functions are possible with the newly introduced feature variable template arguments in C++0x
You can also get by using boost::any