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