Getting reference of class member with "this" accessOh I did not know that. So there is really no sense in using a list as pointer... Ok thank's, that's...
Getting reference of class member with "this" accessThat is because it is not a list of integers but a list of complex classes (I just did not want to c...
Getting reference of class member with "this" accessAhh ok great. Thank you both again! Cheers,
Getting reference of class member with "this" accessAh yeah, now it works! Thank you. Can you explain to me why I have to write the dereferencing sign ...
Getting reference of class member with "this" accessHi, [quote]To the left of it.[/quote] [code]int *myIntPointer = &this->listOfIntegers[4];[/code] giv...