[comp.std.c++] default arguments

tilo@ethz.UUCP (Tilo Levante) (09/19/90)

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