?? credit.h
字號(hào):
// 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_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -