包含了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"放在宏命令前后没有影响
展开
 我来答
龚炜林
2013-05-26 · TA获得超过1560个赞
知道大有可为答主
回答量:1102
采纳率:66%
帮助的人:584万
展开全部
function.cpp
也加上using namespace std;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式