c++ Programming Glossary: m_x
Reference in place of getters? http://stackoverflow.com/questions/19987354/reference-in-place-of-getters of this is good class X public int x class X private int m_x public const int get const return m_x public void set const.. class X private int m_x public const int get const return m_x public void set const int other m_x other class X private int.. int get const return m_x public void set const int other m_x other class X private int m_x public const int x const return..
|