best answer > What is the meaning of STD in C++ 2024?- QuesHub | Better Than Quora
The most authoritative answer in 2024
  • Harper Adams——Studied at the University of Zurich, Lives in Zurich, Switzerland.

    "std" a namespace. The "::" operator is the "scope" operator. It tells the compiler which class/namespace to look in for an identifier. So std::cout tells the compiler that you want the "cout" identifier, and that it is in the "std" namespace.read more >>
    +119962023-05-07 06:48:32

About “标识符、编译器、空间”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消