如何在c ++中包含顶级和子目录中的头文件?
最佳答案
#include "sub/some_header.h"#include "../other_header.h"
#include "sub/some_header.h"
#include "../other_header.h"