User profile: stefano77

User info
User name:stefano77
History
Joined:
Number of posts:8
Latest posts:

name variable from its address
Write your question here. l can have address ofvariable a using &a. could l have its name from his...

reference to indirection to pointer
l thank you everybody. f from a strange point of view( l know it is not correct, just to understand)...

reference to indirection to pointer
you are really very kind. it is almost clear. l understand difference between lvalue and rvalue. ju...

reference to indirection to pointer
this prints out 6. l thank you really much, but l don't understand . you can do [code] const int...

reference to indirection to pointer
Write your question here. [code] int main(){ int a=5; int* q=a; int& p= *q; retu...