网易云课堂-C++
C++编译过程中用的链接器
和汇编器
都不是专门为C++做的工具,而是通用的;只有编译器是专用的.
流的概念
why streams

C vs. C++

what is a stream

stream naming conventions

stream operations

Kind of streams

流的运算符
Predefined streams


Predefined extractors

Defining a stream extractor

Other input operators



Predefined inserters

Creating a stream inserter

Other output operators

Formatting using manipulators


Manipulators


Stream flags control formatting

