摘要: 以下是某软件公司的面试题:(以下代码有什么问题?如何修改?)#include <vector>#include <iterator>using namespace std;void printMy(vector<int>);int _tmain(int argc, _TCHAR* argv[]){ vector<int> vecInt; vecInt.push_back (1); vecInt.push_back (6); vecInt.push_back (6); vecInt.push_back (3); vector<int>: 阅读全文
posted @ 2012-08-18 23:55 Marinan 阅读(513) 评论(0) 推荐(0) 编辑