相关疑难解决方法(0)

#include <filename>和#include"filename"有什么区别?

在C和C++编程语言中,使用尖括号和在include语句中使用引号有什么区别,如下所示?

  1. #include <filename>
  2. #include "filename"

c c++ include header-files c-preprocessor

2204
推荐指数
27
解决办法
55万
查看次数

标签 统计

c ×1

c++ ×1

c-preprocessor ×1

header-files ×1

include ×1