在C++中,在显示数字0的时候怎么不显示呢?
(2011-03-25 23:04:15)
标签:
杂谈 |
分类: 实时记事 |
// C习题5_1.cpp : Defines the entry point for the console
application.
//
#include "stdafx.h"
#include<iostream.h>
class Date{
private:
public:
};
void Date::Set(int y,int m,int d)
{
}
void Date::Display()
{
}
int main(int argc, char* argv[])
{
}
等我研究研究再来解答