gpt4 book ai didi

c++ - std::string 可以在没有#include 的情况下使用吗?

转载 作者:可可西里 更新时间:2023-11-01 15:07:22 25 4
gpt4 key购买 nike

<分区>

这是我的代码:

#include <iostream>

int main(int argc, char const *argv[])
{
std::string s = "hello";
std::cout << s.size() << std::endl;
return 0;
}

令我惊讶的是,我可以用 clang++ 编译和运行它, 虽然我什至不添加 #include <string> .

那么,有必要加上#include <string>吗?为了使用 std::string

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