show/hide this revision's text 3 Rollback to Revision 1

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.

show/hide this revision's text 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.

show/hide this revision's text 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.