多类型函数参数怎么定义,怎么通过函数的重裁技术来实现?

多类型函数参数怎么定义,怎么通过函数的重裁技术来实现?需要使用什么控件么?

http://bbs.csdn.net/topics/390169371

是指类似printf这种动态参数列表?直接查查stdarg.h中的va_start va_arg va_end ,或者看看
http://www.cnblogs.com/hanyonglu/archive/2011/05/07/2039916.html