I'll go with number 4
That's the problem of java developers, they dont use the bitwise operations: if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)
I really like the __attribute__ mechanism that GCC has, something covering that will be really nice.
I'll go with number 4
That's the problem of java developers, they dont use the bitwise operations: if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)
I really like the __attribute__ mechanism that GCC has, something covering that will be really nice.