richtig
parent
f639738a4b
commit
0fc870434f
|
@ -32,7 +32,7 @@ int main(){
|
|||
|
||||
cout<< "Zeiger Value ist "<< *zeiger + 1<<endl;
|
||||
|
||||
int x = 2;
|
||||
|
||||
double y =12.2;
|
||||
void *ptr = &y;
|
||||
// casting erst
|
||||
|
|
Loading…
Reference in New Issue