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!!!

Recommended Answers

All 2 Replies

Thanks, I decided to go with integers from 0-74 and use dynamic arrays to pass multiple countries, thanks anyways.

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.