Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hallo,
wie weise ich dem hier einen wert zu? habs so probiert, haut aber scheinbar net hin.
int *anz[200];
anz[0] = new int(1);
verdammt, was is nur los heut?
gruesse rene
int anz[200]; anz[0]=0;
thx.