<tg*****@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Please, anybody can tell me what is the real meaning of this
const String& str
str is a reference (just another name) to an existing object of type String.
Additionally, that object cannot be modified through this reference.
Ali