Const Member function Vs Const Friend Function

Posted by strut on Stack Overflow See other posts from Stack Overflow or by strut
Published on 2010-06-17T14:09:53Z Indexed on 2010/06/17 14:13 UTC
Read the original article Hit count: 223

Filed under:

How this code modifies a value in a const function: http://www.ideone.com/vjVsf And this code gives an error: http://www.ideone.com/346Xg

© Stack Overflow or respective owner

Related posts about c++