| Const functions returning const Hello all,
const int function() const;
This function returns a const int. I'm ok with that. What's the use of the second "const"? I didnt find the answer in standard C/C++ manuals, so i felt the need to disturb you one more.
Thanks a lot in advance |