首页  

using namespace std 与 using std::cout     所属分类 c 浏览量 664
using std::cout
std::cout 可写成 cout
其他的  需要加上 std前缀
std::cin
std::endl

using namespace std
std 命名空间 namespace 下的 都可以省略 std 前缀
std::cout   cout
std::cin    cin
std::endl   endl

上一篇     下一篇
大端和小端模式

c++ header-only library

c++ 标准输入输出

c c++ 网络库

Linux Shell 多个命令中的分号(;) && ||

Linux echo输出彩色字符串