gpt4 book ai didi

c++ - 如果您在 .h 文件中包含某些内容,您是否必须再次包含相同的内容?

转载 作者:搜寻专家 更新时间:2023-10-31 00:08:57 26 4
gpt4 key购买 nike

所以我只是想知道你是否#include something在例如 header.h 文件中:

例如这叫做header.h :

#include <vector>
#include <iostream>
#include <somethingElse>

例如,如果我创建一个名为 something.cpp 的文件我是否需要再次放入所有这些包含语句?

#include "header.h"
// If I include #header.h in this file. Do the #include carry over to this file. Or do they not

我想知道,因为每当我包括 <vector>我的 .h 文件中的内容 #include我之前在 .h 中使用的语句文件总是变成灰色,这意味着它们没有被使用。是不是因为我用在.h文件?这不是问题或我只是好奇的任何事情。

最佳答案

您不需要再次包含这些 header ,因为您的编译器可以找到这些 header 。您也可以尝试阅读和理解 makefile (or CMakeList)这会有所帮助。

关于c++ - 如果您在 .h 文件中包含某些内容,您是否必须再次包含相同的内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46008637/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com