Kind of new to using flags and not the best with C++ either. I was just wondering, how many flags can a DWORD hold? I am assuming it is 32, because of 32 bits? If it doesn't, can it at least hold 16 flags, because I need this as minimum.
I can find how to use flags, no problem there, but cannot find anywhere on the web that states the value different types of data types can hold, once again I'm assuming its just the amount of bits they have, but I cannot find enough information to clarify this.
Thank you.