2008年9月27日星期六

今天居然错在这个上面了,小本子记下来

cout << *iter++ << endl;
//=====================
cout << *iter << endl;
++iter;
这两个才是等价的

没有评论: