![]() |
#2
heroes3lover2008-02-28 08:06
|
在编辑一个简单的程序时,自己定义了一个头文件可是不知道怎么连接,请问一下在VC++6.0的环境下需要做那些工作才能Compile和build成功.源代码如下:
#include"playpen.h"
#include<iostream>
int main()
{
fgw::playpen blank;
std::cout << "please press the 'enter'key";
std::cin.get();
}