【发布时间】:2010-09-23 00:41:36
【问题描述】:
在C++ 中使用#include<filename> and #include<filename.h> 有什么区别?两者都用哪一个,为什么用?
【问题讨论】:
-
投票重新开放。这个问题是关于
<foo>与<foo.h>,而the linked question 是关于<foo(.h)>与"foo(.h)"。链接的问题肯定是相关的并且是有用的资源,但它不是重复的。
标签: c++ include namespaces