时间:2023-11-11 11:00:13 编辑:
大家好,小乐来为大家解答以上的问题。using namespace的作用,using namespace std什么意思这个很多人还不知道,现在让我们一起来看看吧!
1、#include 等同于: #include using namespace std;具体点:std::cout 。
2、 std::endl; (在没有.h 或者 using namespace std 情况下) cout 。
3、 endl (在有.h 或者 using namespace std)。
本文到此分享完毕,希望对大家有所帮助。
免责声明:本文由用户上传,如有侵权请联系删除!