-----------MSDN里的几个 print(在翻译上)的含义,您清楚吗?----------
The overridden Dump usually calls the Dump function of its base class before printing data members unique to the derived class.
CObject::Dump prints the class name if your class uses the IMPLEMENT_DYNAMIC or IMPLEMENT_SERIAL macro.
Note Your Dump function should not print a newline character at the end of its output.
三句话中分别有print,我的英文不太好,找不出最适合的意思,望高手告知几个句子的意思,尤其是print的用法和含义. 谢谢拉