⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chitiet.cpp

📁 it s a code for calculator the price of a machine which have a lot of parts.
💻 CPP
字号:
// ChiTiet.cpp: implementation of the CChiTiet class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "ChiTiet.h"
#include "iostream.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CChiTiet::CChiTiet()
{
	maso = 0;
}

CChiTiet::~CChiTiet()
{
	
}

void CChiTiet::Nhap()
{
	return;
}

void CChiTiet::Xuat()
{
	return;
}

float CChiTiet::TinhTien()
{
	return 0;
}

int CChiTiet::TimKieu(long ms)
{
	return -1;
}

int CChiTiet::DemChiTietDon()
{
	return 0;
}

CChiTiet* CChiTiet::TimKiem(long ms)
{
	return NULL;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -