Quantcast
Channel: zdima.net » John
Viewing all articles
Browse latest Browse all 10

Working with Bitfields

$
0
0
Given space is often at a premium when writing applications for mobile devices, I want to show you how to use bitfields to manage a series of values that need only on/off status. The upside is that you can store a surprising number of status values within a single integer, 32 to be exact. The [...]

> Read more


Viewing all articles
Browse latest Browse all 10

Trending Articles