类模板及流类与标准流(十).pptVIP

  • 5
  • 0
  • 约2.87万字
  • 约 72页
  • 2018-03-11 发布于河南
  • 举报
类模板及流类与标准流(十)

* * 函数 功能 put 无格式,插入一个字节 write 从无格式,插入一字节序列 flush 刷新输出流 seekp 移动输出流指针 tellp 返回输出流中指定位置的指针值 operstor 插入运算符 ostream类的公有成员函数 11.2.3 输出流操作 * * 11.2.3 输出流操作 函数 功能 put 无格式,插入一个字节 write 从无格式,插入一字节序列 flush 刷新输出流 seekp 移动输出流指针 tellp 返回输出流中指定位置的指针值 operstor 插入运算符 ostream put( char ch ); ostream类的公有成员函数 * * 11.2.3 输出流操作 函数 功能 put 无格式,插入一个字节 write 从无格式,插入一字节序列 flush 刷新输出流 seekp 移动输出流指针 tellp 返回输出流中指定位置的指针值 operstor 插入运算符 ostream类的公有成员函数 ostream write( const char* pch, int nCount ); ostream write( const unsigned char* puch, int nCount ); ostream write( const signed char* psch, int nCount ); * * 11.2.

文档评论(0)

1亿VIP精品文档

相关文档