I am making a diplomacy tool, for the board game diplomacy. I need to make a map of each territory. I have a 75 #define MAP_"NAME" lines but I don't know how to set them to a mask value that can be checked since I don't know any 75-bit or larger datastructures that can be declared as datatype=0x<lots of digits>. How do I make a new datatype of X-bytes to store this that can be defined as such? Any help would be appreciated!!!
Labdabeta 182 Posting Pro in Training Featured Poster
Recommended Answers
Jump to Post— L7Sqr 227How about or boost::dynamic_bitset?
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.