19.05.2016, 11:14
Thanks for the link, but I wanted something that would allow me to create/manip bit arrays. I know 8 is 0100 and I know the theory behind binary maths. That's not the problem.
Say i had number of yes/no player variables- I want to store them in a bit array. I can't know the value in advance so i can't just magic number them
Say i had number of yes/no player variables- I want to store them in a bit array. I can't know the value in advance so i can't just magic number them