Sorry if this is repetative but still struggling with this.
i wish to multiply 2 long integers together.
if the result is outside of int64 range i want the loop to break
otherwise i want to keep the result and increment the second number.
have tested this, but when the result is out of range it returns a garbage value.
is there any way of making this result 0 for example when this is the case.
thanks.