打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
STD(C 语言命令)

基本信息

名称STD

属于一个C++语言命令

1

基本介绍

标准(Standard)

在C++中

std其实就是standard标准的意思~~

例如std::cin就是标准输入

std::cout就是标准输出的意思~:)

一个标准库名字空间

The std namespace

The ANSI/ISO C++ standard requires you to explicitly declare the namespace in the standard library. For example,when using iostream.h,you do not have to specify the namespace of cout in one of the following ways:

std::cout (explicitly)

using std::cout (using declaration)

using namespace std (using directive)

Visual C++ continues to support the use of older header filenames with the .h extension. Such usage does not require invocation of the std namespace described above.

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
c++小程序出错解决方法
安装C++的帮助手册及其使用
C++的学习感想
C++之命名空间
精通C++先从Hello world开始
正点原子I.MX6U嵌入式Qt开发 第一章 在Ubuntu下编写C
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服