Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!mit-eddie!uw-beaver!uw-june!sullivan From: sullivan@june.cs.washington.edu (Kevin Sullivan) Newsgroups: comp.lang.c++ Subject: re-passing varargs Keywords: C++, varargs Message-ID: <7375@june.cs.washington.edu> Date: 24 Feb 89 07:39:52 GMT Organization: U of Washington, Computer Science, Seattle Lines: 5 Suppose foo1 is a class and foo2 a subclass. Both have constructors taking (...) as an argument list. I want the constructor for foo2 to call the one for foo1 PASSING THE SAME PARAMETERS AS PASSED TO FOO2. Is there a way to "pass on" a variable argument list like this?