开发工具VC++ 6.0,举例类CEmployee

按照习惯,我们在头文件中如果已经声明了变量,我们在源文件中就可以直接使用了。

protected:
static string m_EmployeeName;

相关文章: