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

📄 credit.h

📁 大二时做的课程设计
💻 H
字号:
// Credit.h: interface for the CCredit class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CREDIT_H__775EA939_3F56_4F8A_97E2_CC70DE5884B9__INCLUDED_)
#define AFX_CREDIT_H__775EA939_3F56_4F8A_97E2_CC70DE5884B9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <iostream>
#include<sstream>
#include<fstream>
#include<iomanip>
#include"Student.h"
using namespace std;
class CCredit{
	double math,phys,math1,comp,engl;
public:
	CCredit();
	double& operator[](int index);//算符[]重载

};


#endif // !defined(AFX_CREDIT_H__775EA939_3F56_4F8A_97E2_CC70DE5884B9__INCLUDED_)

⌨️ 快捷键说明

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