您当前的位置: 首页 > 

1>LINK : fatal error LNK1561: 必须定义入口点

txwtech 发布时间:2016-07-08 00:18:01 ,浏览量:4

#include 
using namespace std;
class Time
{
public:
	Time() {minute=0;sec=0;}
	Time(int m, int s):minute(m),sec(s){}
	Time operator++();
	void display()
	{
		cout            
关注
打赏
1688896170
查看更多评论
0.1063s