C++研究

C++细节深度探索及软件工程

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  37 随笔 :: 0 文章 :: 74 评论 :: 0 Trackbacks

2007年6月20日 #

     摘要: 发信人: yanhouyi (泪别), 信区: Love
标 题: 把女友升级为老婆的时候发生的BUG
发信站: 天大求实BBS (Sun Jun 17 22:03:11 2007), 本站(bbs.tju.edu.cn)   阅读全文
posted @ 2007-06-20 21:52 常兴龙 阅读(445) | 评论 (0)编辑 收藏

     摘要: Like C, C++ does not have built-in input/output capability. All C++ compilers, however, come bundled with a systematic, object-oriented I/O package, known as the iostream classes. The stream is the central concept of the iostream classes. You can think of a stream object as a smart file that acts as a source and destination for bytes. A stream's characteristics are determined by its class and by customized insertion and extraction operators.  阅读全文
posted @ 2007-06-20 03:09 常兴龙 阅读(6849) | 评论 (3)编辑 收藏

> hi的博客