cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
message map??
message map??
Mar 13, 2008 at 2:51am UTC
cva
(25)
hiee...guys what is message map and what is the purpose...if there are any notes on that do help me...thanks.
Mar 13, 2008 at 2:54am UTC
vince1027
(151)
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
Mar 13, 2008 at 2:55am UTC
Topic archived. No new replies allowed.