binary '+' : 'System::Int32 ^' does not define this operator or a conversion to a type acceptable to the predefined operator.
I have this error in this line :
Account = Account + 100;
Account is pointer to Account i main class.
some stange is this, that this code:
Account = 200
is working...
Someone can help?