摘要: 先给一个小程序,大家猜一下结果是什么: 1 // StandLibP112.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <vector> 6 #include <algorithm> 7 #include <iostream> 8 9 using namespace std;10 11 int _tmain(int argc, _TCHAR* argv[])12 {13 14 vector<int> vec;15 16 for ( int i = 0 阅读全文
posted @ 2012-03-28 20:00 ziyoudefeng 阅读(2049) 评论(0) 推荐(1) 编辑