[cpp]: Standard Input/Output -- <iostream>
一、基本说明
1、IO library
2、library(part): <iosfwd>
3、library(part): <ios>
4、library: <isotream>
二、参考文档
1、 input/output library -- https://en.cppreference.com/w/cpp/io
2、 Standard library header <iosfwd> -- https://en.cppreference.com/w/cpp/header/iosfwd
3、 Standard library header <ios> -- https://en.cppreference.com/w/cpp/header/ios
4、 Standard library header <iostream> -- https://en.cppreference.com/w/cpp/header/iostream
本文由 lnlidawei 原创、整理、转载,本文来自于【博客园】; 整理和转载的文章的版权归属于【原创作者】; 转载或引用时请【保留文章的来源信息】:https://www.cnblogs.com/lnlidawei/p/17961398