Why have all functions returning a string changed from
        string func();
to
        string const func();
?

Equally, why hasn't this been done to functions returning an int, or a bool 
etc?

Angus

Reply via email to