Log in

View Full Version : what are datamanagers and bitfields?


Dream
07-10-2005, 06:09 PM
what are these for, and what they do?

Marco van Herwaarden
07-10-2005, 08:52 PM
Bitfields are just integer fields where each bit of the value is representing 1 TRUE/FALSE state. Mostly used for permissions (you can have up to 31 bits in a single unsigned INT(1) field)