Author Topic: битовые операции  (Read 3587 times)

0 Members and 1 Guest are viewing this topic.

i0

  • Оплот сообщества
  • ****
  • Posts: 353
  • CMann 4.13.014 final, ie, presto, win7 x86, x64
    • View Profile
битовые операции
« on: March 23, 2016, 06:40:42 PM »
 1000 0000 0000 0000 0000 0000 0000 0000 (0x80000000)
|
 0100 0000 0000 0000 0000 0000 0000 0000 (0x40000000)
__
 1100 0000 0000 0000 0000 0000 0000 0000 (0xC0000000)

Code: (clickermann) [Select]
print( 0xc0000000, " = ", 0x80000000 | 0x40000000 )
Code: (результат) [Select]
18:39:10 3221225472 = -1073741824