Visual C++ - Value sender
Visual C++ .NET
Other pieces of example codes:y = ~x
ymax = 9223372036854775807
y = 5 & 3
y = 4 * 0xff
i >> 2
y = 4 * 077
Value sender in another programming language:
y = ~x
ymax = 9223372036854775807
y = 5 & 3
y = 4 * 0xff
i >> 2
y = 4 * 077