Apart from syntactic sugar, a reference is a const pointer (not pointer to const)const thing, a const pointer). You must establish what it refers to when you declare the reference variable, an you cannot change it later.
|
3 | Rollback to Revision 1 | ||
|
|
||||
|
2 | removed redundancy | ||
|
Apart from syntactic sugar, a reference is a const pointer (not pointer to const thing, a const pointer)const). You must establish what it refers to when you declare the reference variable, an you cannot change it later. |
||||
|
1 |
|
||
|
Apart from syntactic sugar, a reference is a const pointer (not pointer to const thing, a const pointer). You must establish what it refers to when you declare the reference variable, an you cannot change it later. |
||||
