Inhaltsverzeichnis

Analysephase

Beispielcode

int foo(int x, real y, int z) {
   return x + y;
}

int foo(int x, int y, int z) {
   return x + y + z;
}

int main() {
   int x = 10;
   int y = 100;
   foo(x, 47 / 11, 100);
}

Abbildungsphase

Codierungsphase

Visitor

Allgemein

Lief sehr schlecht, die Note eigentlich zu gut. Auch schön?