0
can anybody tell me what im doing wrong here?
2 Antworten
0
first of all thanks for your advice, i modified the code and it worked correct.
second of all i dont quite understand some stuff here.
1. why do we get a copy of obj ninja in line 35
2.why do we have to pass a reference of the value of ninja to make it work.
3.is this problem because of protected access specifier?
0
also whats the difference between:
*e1
and
&e