User profile: Binary91

User info
User name:Binary91
History
Joined:
Number of posts:44
Latest posts:

Getting reference of class member with "this" access
Oh 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" access
That 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" access
Ahh ok great. Thank you both again! Cheers,

Getting reference of class member with "this" access
Ah 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" access
Hi, [quote]To the left of it.[/quote] [code]int *myIntPointer = &this->listOfIntegers[4];[/code] giv...