找回密码
 注册

QQ登录

快捷登录

新浪微博登陆

搜索
CDD 法语助手
楼主: Monica&Pai

♥-------⊱✿◕‿◕✿⊹⊹⊱o★★●战法= HSH=✿✿♥(版主最多的社团)社团办第9号侧楼

3003
回复
57170
查看
 关闭 [ 复制链接 ]

新浪微博达人勋

没有人哦!!!
2007-11-12 12:43:40

使用道具 举报

新浪微博达人勋

没有人哦!!!
2007-11-12 12:43:40

使用道具 举报

新浪微博达人勋

没有人哦!!!
2007-11-12 12:43:40

使用道具 举报

新浪微博达人勋

没有人哦!!!
2007-11-12 12:43:40

使用道具 举报

新浪微博达人勋

没有人哦!!!
2007-11-12 12:43:41

使用道具 举报

新浪微博达人勋

2007-11-12 12:43:50

使用道具 举报

新浪微博达人勋

#ifndef RESERVATION_H_
#define RESERVATION_H_

class reservation
{
        int numero;
       
public:
        reservation();
        virtual ~reservation();
};

#endif /*RESERVATION_H_*/
2007-11-12 12:45:00

使用道具 举报

新浪微博达人勋

#include "reservation.h"

reservation::reservation()
{
}

reservation::~reservation()
{
}
2007-11-12 12:45:10

使用道具 举报

新浪微博达人勋

2007-11-12 12:47:41

使用道具 举报

新浪微博达人勋

//definition des getter
int reservation::getNumero_reservation() {
        return numero_reservation;
}

int reservation::getNumero_client() {
        return numero_client;
}

int reservation::getNumero_ligne() {
        return numero_ligne;
}

string reservation::getDate_reservation() {
        return date_reservation;
}

string reservation::getType() {
        return type
}
2007-11-12 13:14:59

使用道具 举报

新浪微博达人勋

//definition des setter
void reservation::setNumero_reservation(int nr) {
        numero_reservation = nr;
}

void reservation::setNumero_client(int nc) {
        numero_client = nc;
}

void reservation::setNumero_ligne(int nl) {
        numero_ligne = nl;
}

void reservation::setDate_reservation(string dr) {
        date_reservation = dr;
}

void reservation::setType(string t) {
        type = t;
}
2007-11-12 13:15:09

使用道具 举报

新浪微博达人勋

屁哥
现在用c语言????
2007-11-12 13:57:35

使用道具 举报

新浪微博达人勋

我是刘浩
2007-11-12 13:57:52

使用道具 举报

新浪微博达人勋

2007-11-12 14:41:16

使用道具 举报

新浪微博达人勋

:em0005:
2007-11-12 15:12:27

使用道具 举报

您需要登录后才可以回帖 登录 | 注册 新浪微博登陆

本版积分规则

返回顶部