1樓:vc鳥人
class wheel
;~wheel() {};
privte:
void turn( int direction)}class car
;~car(){};
private:
wheel wl;
engine eg;
steer sr;}
2樓:匿名使用者
基類: 輪子,發動機,方向盤
派生類: 汽車
就這樣,ok
3樓:匿名使用者
#include
using namespace std;
typedef enum
direction;
//發動機類
class engine
;//方向盤類
class wheel
;//輪胎類
class tyre
;class car
;car::car()
car::~car()
engine::engine()
engine::~engine()
tyre::tyre()
tyre::~tyre()
wheel::wheel()
wheel::~wheel()
void engine::work()
else if(cardir==1)
else if(cardir==2)
benchi.ty.rotate();
}return 0;
}編的不好的地方 還望見諒!!!
求解一道c 程式設計題,求解一道簡單的C語言程式設計題
include using namespace std int search int p1,int n,int p2 void print int p,int n int main int arr1 10 int arr2 int count search arr1,10,arr2 print ar...
求解一道簡單的c語言程式設計題,求解一道簡單的C語言程式設計題
include int search int i,int j,float a main int search int i,int j,float a if j 6 return i else if a i 寫的有點麻煩,呵 呵,以後版有空權再改改 求大神解答一道簡單的c語言程式設計問題。題目 編一函...
求助一道C語言程式設計題,求助一道C語言程式設計題,題目如下
int max int a,int b,int c else if b a b c else if c a c b include int max int a,int b,int c int main return 0 附運dao行結果內 容 求助一道c語言程式設計題,題目如下 include in...