【发布时间】:2010-09-17 20:56:21
【问题描述】:
在 C++ 中包含头文件时,和...有什么区别
1) 在 符号中包含 .h 与不包含 .h?
#include <iostream> vs. #include <iostream.h>
2) 将标题名称用双引号括起来还是用 符号括起来?
#include <iostream.h> vs. #include "iostream.h"
提前致谢!
【问题讨论】:
-
查看this question了解和""的区别。