技术栈

iostream接口

start_up_go
6 小时前
iostream接口
c++中<iostream> 常用接口汇总目录一、标准流对象(最基础的 I/O 载体)二、输入输出运算符(核心操作符)1. 插入运算符 <<(用于输出)
我是有底线的