Path: utzoo!attcan!uunet!mcsun!cernvax!chx400!ethz!tilo From: tilo@ethz.UUCP (Tilo Levante) Newsgroups: comp.std.c++ Subject: default arguments Message-ID: <6129@ethz.UUCP> Date: 19 Sep 90 08:31:43 GMT Reply-To: tilo@bernina.UUCP (Tilo Levante) Organization: ETH Zuerich, Switzerland Lines: 14 I have the following problem/question: given a function: int example (int i=2, int j=5); Is there a way to call the funtion like: example (,3) This would be very usefull for functions with a lot of default parameters. Tilo tilo@nmr.lpc.ethz.ch