auto complete Bug report...!
look at the pictures.
void byteShiftTest()
{
int x = 210;
int i;
for (i = 1 ; i < 0x400 ; i <<= 1)
{
if (i & x != 0)
PrintToAll("left_shifting_result: " + IntToString(i));
}
}
Users browsing this forum: No registered users and 1 guest