Archive

Posts Tagged ‘C/C++’

Bit Fields

March 10th, 2009

Bit fields are probably one of the least popular language features of C/C++. By using bit fields the programmer can precisely define how many bits are occupied by each member of a struct or class. Read more…

çetin Tips & Tricks

Java is so slow…

March 7th, 2009

… you would think. Maybe not, but many people seem to agree with that. One interesting fact is that, though, Java’s allocations are much faster than classic malloc allocations. Read more…

çetin Bits & Pieces