![]() |
#2
shendade2012-06-07 21:40
|
#include "stdafx.h"
#ifndef employ_h
#define employ_h
#include<iostream.h>
//#include<CObject.h>////////这个头文件是什么,下面一句要employ继承它,
class employ:public CObject
还有当我不加#include<CObject.h>时说employ的继承类成员不包含于employ。加上后就只是说不能打开CObject文件了。
请求赐教!!!