Ch1

约 19 个字 3 行代码

C++相较于C的运算符重载,比如左移<<

C++11的特性

C++
list<string> s
for(string temp:s)
    {...}