Quantcast
Viewing all articles
Browse latest Browse all 11

Re: Need help - with programing in C

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

Viewing all articles
Browse latest Browse all 11

Trending Articles