It's pretty much the same way. Except that you can use pointers and references as well. int m_iValue; int m_aiArray[ 5 ]; void SetValue(int iValue) { m_iValue = x; } int GetValue() { return m_ivalue; } void GetValue2(int&...
Read More
Read More