Next: Defaultwerte bei den Argumenten
Up: Funktionen, Parameterübergabe, I/O bei
Previous: Auflösung von Funktionsaufrufen
float f(int a);
overload.cc:9: new declaration `float f(int)'
overload.cc:3: ambiguates old declaration `int f(int)'
int f(int a, int b, int c=1);
overload.cc:47: call of overloaded `f' is ambiguous
overload.cc:26: candidates are: f(int, float)
overload.cc:9: f(int, int, int)
overload.cc:22: f(int, int)
© 1997 Gottfried Rudorfer, C++-AG, Lehrveranstaltungen, Abteilung für Angewandte Informatik, Wirtschaftsuniversität Wien, 11/11/1998 |