首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴学渣翻身的代码贴全部
#include<iostream>
#include<string>
using namespace std;
using std::string;
/*这是一个用于人事管理的题,要求核对身份证号和生日信息,可我写的只能循环一次,求问怎么改才能循环*/
class Date
{
public:
/*Date(int y,int m,int d)
{
year=y;
month=m;
......................
阅读全部 | 2015年4月9日 16:19
1
学渣翻身