CObject
-
[MFC]Why everything should start from CObject? What's the need?
---------------------------- 286? WOWW!:-O
CObject is the common base class which makes many of the features of MFC possible, including (from the docs): Serialization support Run-time class information Object diagnostic output Compatibility with collection classes
"If you can dodge a wrench, you can dodge a ball."
-
[MFC]Why everything should start from CObject? What's the need?
---------------------------- 286? WOWW!:-O
_8086 wrote:
Why everything should start from CObject?
Everything doesn't.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
_8086 wrote:
Why everything should start from CObject?
Everything doesn't.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
CObject is the common base class which makes many of the features of MFC possible, including (from the docs): Serialization support Run-time class information Object diagnostic output Compatibility with collection classes
"If you can dodge a wrench, you can dodge a ball."