Well, i'm new but here's my problem



__int16 PointerControl::ReadShort()
{
__int16 *data;
data = pointer;
pointer += sizeof(data);
return *data;