输入输出汇总

基本输入输出

  1. cin、cout的基本使用    点击这里
  2. 字符的基本输入与输出    点击这里


高级输入输出控制

  1. 头文件<iomanip>中的输出    点击这里
  2. 格式化输入函数 scanf()    点击这里
  3. 格式化输出函数 printf()    点击这里


字符及字符串

  1. 单个字符输入输出函数    点击这里
  2. 字符数组的输入    点击这里
  3. 字符数组的输出    点击这里


猜你喜欢

转载自blog.csdn.net/u011815404/article/details/79324849