Çetin's blog

Recent Posts

  • Nature by Numbers
  • Null Encryption
  • EvilInput(TM)
  • Regular Mess
  • Bit Fields

Categories

  • Bits & Pieces
  • Entertaining
  • Funny
  • Technical Articles
  • Tips & Tricks

Links

  • mipsim

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tag: C/C++

Bit Fields

March 10, 2009 by Çetin·0 Comments

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.Continue reading

Java is so slow…

March 7, 2009 by Çetin·4 Comments

… 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.Continue reading

Proudly powered by WordPress. Theme: Flat 1.7.11 by Themeisle.