下列药物,大黄硝石汤中不应有的是()
A.栀子
B.黄柏
C.大黄
D.茵陈
参考答案:D
在下面横线上填上适当的语句,完成程序。#include<iostream>using namespace std;class Base int x;public: Base(int i) x=i; ~Base() ;class Derived: public Basepublic: 【14】 //完成类Derive 构造函数的定义;int main() Derived Obj(); return 0;
C++中用3个保留字实现异常处理,除了try和catch外,还有( )。
A.if
B.class
C.throw
D.return