I am working on a project on C++ and I am new to the language.
I am on a function which has to do something ranging from hex numbers 0x00 to 0xFF, and I have been told that I could do that with a map.
Problem is, so far in the examples I've seen I have just seen it used for just one entry while I need something to be done depending on specific ranges.
Is there a way I can do that in map or do I need to use something else to do the desired function?