请教一些错误
using namespace std;
为什么编译显示
:e:\project\pagemgr.h(8) : error C2871: 'std' : does not exist or is not a namespace
#include <stdio.h> //定义输入/输出函数
这一行显示的错误是:
e:\project\btree.cpp(3) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
很迷茫
谢谢!