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.