摘要: 由于是疑问贴,所以直接上代码:<代码中红色部分有疑问> 1 // StandLibP307.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 #include <string> 7 #include <vector> 8 #include <functional> 9 #include <algorithm>10 using namespace std;11 12 13 class Person {14 1 阅读全文
posted @ 2012-04-02 16:43 ziyoudefeng 阅读(899) 评论(0) 推荐(0) 编辑