代替表現
int main(int argc, char *argv[])
{
int i = compl((2 bitor 4) xor 4) bitand 3;
bool b = not ((true or false) and true);
b and_eq true;
b or_eq false;
b xor_eq true;
b not_eq not b;
return 0;
}
サイト名: takagi.in
http://takagi.in
この記事のURL:
http://takagi.in/modules/devenv1/index.php?id=3