给我一个c++primer第五版里面的Sales_item.h的头文件,谢谢了

算了,大家告诉我怎么在vc6.0编译器中插入头文件吧!
2025-04-07 19:49:44
推荐回答(1个)
回答1:

以下为一个例子:

// 3个3位完全平方数View.cpp : implementation of the CMy33View class

//


#include "stdafx.h"

#include "3个3位完全平方数.h"


#include "3个3位完全平方数Doc.h"

#include "3个3位完全平方数View.h"

#include "math.h"


#ifdef _DEBUG

#define new DEBUG_NEW

#undef THIS_FILE

static char THIS_FILE[] = __FILE__;

#endif