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

📄 b43.h

📁 C++程序设计教程(第二版)课件以及源代码 是初学者接触并能很好理解的参考书
💻 H
字号:
//=====================================
// b43.h
//=====================================
#ifndef HEADER_B43
#define HEADER_B43
#include"inch43.h"
#include"plasma.h"
#include<iostream>
//-------------------------------------
class B43 : public Inch43, protected Plasma{
public:
  void adjustVolume(){ std::cout<<"Plasma43 AdjustVolume\n"; }
  void switchChannel(){ std::cout<<"Plasma43 SwitchChannel\n"; }
 ~B43(){}
};//-----------------------------------
#endif  // HEADER_B43

 

⌨️ 快捷键说明

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