Pointer Newbie QuestionOk. I hope i got it: [code] int x = 0; int* pointer; pointer = &x; [/code] same meaning to [code]...
Pointer Newbie QuestionTHX for all Input! Before i ask again, I will try to understand.
Pointer Newbie QuestionBut why can i do this [code]int *pointer = &x;[/code]? Is this not the same like [i]"You get an err...
Pointer Newbie QuestionHello Community, i am a new member. Sry for my bad grammer. Here is my question: Why do i get...
This user does not accept Private Messages