在VS2005中包含头文件

时间:2010-09-29 04:45:29

标签: c++ visual-studio-2005 header-files

如何在c ++中包含顶级和子目录的头文件?

2 个答案:

答案 0 :(得分:3)

#include "sub/some_header.h"

#include "../other_header.h"

答案 1 :(得分:0)

来自include目录?我想你的意思是:

#include <dir\header.h>