try this
所在版块:社会百科 发贴时间:2002-12-26 00:33  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
------------1.h-------------------
int a;

class test1
{
public:
test1(){a=5;}
};


-------------1.cpp--------------------
#include "1.h"

-------------2.h-----------------------
#include "1.h"

extern int a;

-------------2.cpp--------------------
#include <iostream.h>
#include "2.h"

void main()
{
char d;
test1* newclass=new test1();
cout<<a;
cin>>d;
}
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

Put your OWN COOL signature here!
 相关帖子 我要回复↙ ↗回到正文
一个c++ 问题 雨色云飞   (158 bytes , 515reads )
try this cnlayer   (386 bytes , 474reads )
强! 这你都还记得啊........ 崃仔   (0 bytes , 206reads )
多谢捧场^_^ cnlayer   (0 bytes , 229reads )
thanks ! 雨色云飞   (0 bytes , 238reads )
compiled and run under BCB6.0 cnlayer   (0 bytes , 249reads )