自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Standard iostreams ---The iostream layers

The iostreams facility has two layers: one that handles formatting, and another that handles code conversion and transport of characters to and from the external device. The layers communicate through

2005-10-08 20:02:00 547

原创 Standard iostreams ---How do the standard iostreams work?

The main purpose of the standard iostreams is to serve as a tool for input and output of data. Generally, input and output are the transfer of data between a program and any kind of external device, a

2005-10-06 21:50:00 542

原创 Standard iostreams ---Extensibility to new types

Another advantage of the standard iostreams is that user-defined types can be made to fit in seamlessly. Consider a type Pair that we want to print:标准iostreams 的其它优势是它无缝地支持用户定义的类型。考虑我们如何打印Pair这个类型的数据:

2005-10-05 17:53:00 642

原创 Standard iostreams ---Type safety

Let us compare a call to stdio functions with the use of standard iostreams. The stdio call reads as follows:让我们比较调用"C stdio"函数与使用标准iostreams 。用"C Stdio" “读”,如下:int i = 25;char name[50] = "Janakiraman

2005-10-04 14:52:00 562

原创 Standard iostreams 标准输入、输出流

The Standard C++ Library includes classes for data stream input/output. Before the current ANSI/ISO standard, most C++ compilers were delivered with a class library commonly known as the iostreams lib

2005-10-03 17:01:00 664

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除