Variadic functions. In C++, you would usually not feel the need of variadic functions.. also since they cannot be used with non-POD types.. their usage is quite restrictive unless you are doing C++ in C way -- which is not the right way... Regards.