包含了stdafx.h为什么没有顺带包含stdafx.h包含的头文件呢
如题,我在stdafx.h当中包含了<iostream>和<fstream>,我在function.h当中声明了函数intgetlines(istream&in);在fu...
如题,我在stdafx.h当中包含了<iostream>和<fstream>,我在function.h当中声明了函数int getlines(istream& in);在function.cpp当中定义了该函数。
各文件包含如下
//function.cpp
#include "stdafx.h"
//function.h
#ifndef _FUNCTION_H
#define _FUNCTION_H
#include"stdafx.h"
/*…………*/
#endif
//main.cpp
#include "stdafx.h"
using namespace std;
#include "function.h"
但是在function.cpp当中定义getlines的时候它报错说istream是未声明的标识符,但是stdafx.h是包含了正确的头文件的,main.cpp包含stdafx.h调用istream也没有报错,在function.cpp当中包含function.h也没用。还请指教
function.h当中的istream也报错未声明的标识符,#include "stdafx.h"放在宏命令前后没有影响 展开
各文件包含如下
//function.cpp
#include "stdafx.h"
//function.h
#ifndef _FUNCTION_H
#define _FUNCTION_H
#include"stdafx.h"
/*…………*/
#endif
//main.cpp
#include "stdafx.h"
using namespace std;
#include "function.h"
但是在function.cpp当中定义getlines的时候它报错说istream是未声明的标识符,但是stdafx.h是包含了正确的头文件的,main.cpp包含stdafx.h调用istream也没有报错,在function.cpp当中包含function.h也没用。还请指教
function.h当中的istream也报错未声明的标识符,#include "stdafx.h"放在宏命令前后没有影响 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询