ichramm·15년 전·discussThat's the problem of java developers, they dont use the bitwise operations:if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)
ichramm·16년 전·discussI really like the __attribute__ mechanism that GCC has, something covering that will be really nice.