Hi,
I try to write an bool Value into a member Atribute m_Value.
m_Value is an 32 word a 32 bits,
I think that means:
unsigned short* m_Value;
or
unsigned short m_Value[32];
The Function can look like that:
void CClass::setBoolValue(bool bValue,unsigned short WordNo,unsigned short...