建榮的資訊筆記
歡迎光臨!我會在這裡發表各種資訊消息!
星期四, 6月 04, 2015
朋友函數:需做修改
#include
using namespace std;
class car{
private:
int num;
double gas;
};
void setup(int power)
{int motive=power;
car march;
march.num=200;
march.gas=20.0;
cout<<"--march--\n"<<"傳入為"<
cout<<"Gas為"<
int main( )
{ setup(300);
return 0;
}
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言