1樓:匿名使用者
實驗結果還用說嗎bai?輸入學號姓
du名年齡,輸出學生基zhi本資訊+學號dao姓名年齡專。。。。。
類外定義成員函式:
屬類內宣告:
void init();
void disp();
類外定義類成員函式:
void student::init()
void student::disp()
c++程式設計題,求大神寫一下**,謝謝
2樓:丿艾瑞灬莉婭
#include
#include
using namespace std;
class room
room(string t, int f, int n, double a, double p):
type(t), floor(f), num(n), area(a), price(p){}
void info() const;
static void inputdata(vector& data);
static void findroom(const vector& data);
};void room::info() const
void room::inputdata(vector& data)
}void room::findroom(const vector& data)
}int main()
c++新手程式設計題,**等,求解,謝謝大神!
3樓:硪丨曖戀
錯的很多我就不一一指出了,基於你的**改的,自己比較:
#include
#include
using namespace std;
const int m_pi = 3.1415926;
int main()
4樓:匿名使用者
表面積、體積,分兩個函式,分別返回
或者這樣 ~
【c++求助】兩個c++的題目求大神做一下。。**等答案,謝謝!
5樓:傲賈
class crectangle
crectangle(double x,double y)void set_len_width(double x,double y)
double getperimeter()double getarea()
};class ***plex
***plex add(***plex y)***plex subtract(***plex y)void print()};
6樓:
#include "crectangle.h"
using namespace std;
class crectangle;
crectangle::crectangle(int l,int w)
int crectangle::circumference()int crectangle::area()
C語言程式設計題,求助大神c語言程式這道題怎麼做,求助大神
100不夠幫你寫的,思路 不懂,追問吧?include include unsigned int calcdayofmonth unsigned int year,unsigned int month bool isleapyear unsigned int year struct time tim...
C語言程式題,c語言程式題
int f int x 這裡是函式的宣告,c語言中函式必須先宣告後呼叫,因為在main方法中呼叫了這個函式,函式的定義在main方法下面,所以必須宣告在main方法開頭。int f int x 是一個函式,這函式在main函式之前有宣告的,宣告之後,就可以在main函式中呼叫。int f int x...
C語言程式題高手謝謝
c語言庫裡面有專門的函式啊 可以直接利用 這不是c語言的作業嗎。如果這是你的作業都不自己做,以後要用的時候再學就爽了。而且這個好簡單啊,你就if比較一下asc 碼就行了,在書的後面有列表。第二題一樣,三個int來儲存大小寫及數字的個數,再通過就行了asc 碼判斷輸入的是什麼,相應的int進行 操作就...