We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
练习7.50:确定在你的Person类中是否有一些构造函数应该是explicit的。
比如传入istream&的构造函数,避免隐式转换可以让意义更明确。
见Person类