您当前的位置: 首页 > 

txwtech

暂无认证

  • 1浏览

    0关注

    813博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

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

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

#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            
关注
打赏
1665060526
查看更多评论
0.0802s