message map??

hiee...guys what is message map and what is the purpose...if there are any notes on that do help me...thanks.
Well a map is a collective data structure. This is commonly used in oop.

A map's entry always contains a pair -a key and a value. Both key and value are generic so any data type can be freely used. But the key has to be unique for every map.

A message map could be a map of messages?

Or you mean the one used in MFC?

I am not very familiar with MFC...
Last edited on
Topic archived. No new replies allowed.