Quantcast
Channel: Need help - with programing in C
Viewing all articles
Browse latest Browse all 11

Re: Need help - with programing in C

$
0
0
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