六套专题

C++计算机二级考试:操作题训练六套 试题版

操作题训练(一) 一、基本操作题 // proj1.cpp#include<iostream>#pragma warning (disable:4996)using namespace std;class Salary{public:Salary(const char *id, double the_base, double the_bonus, double the_tax)//