Re: 笑死我了 - 成人話題討論

By Frederica
at 2007-01-14T00:37
at 2007-01-14T00:37
Table of Contents
// This is a hpp file
#ifndef BEAUTYGIRL_H
#define BEAUTYGIRL_H
class beautygirl{
private:
int 告白者;
public:
void 被告白(int);
void 被帥哥追求();
void 被宅宅追求();
};
#endif
____________________________________________________
//
#include <iostream.h>
#include <stdlib.h>
#include "beautygirl.h"
void beautygirl::被告白(int man)
{
告白者=man;
if(告白者==多金帥哥)
{
被帥哥追求();
}
else
{
被宅宅追求();
}
}
void beautygirl::被帥哥追求()
{
int 裝曖昧=10,拒絕=10,帥哥告白 答應=10;
while(裝曖昧>2)
{
拒絕--;
裝曖昧--;
}
帥哥告白=答應;
cout<<"被帥哥帶上床"<<endl;
}
void beautygirl::被宅男追求()
{
cout<<"你是個好人"<<endl;
}
void main()
{
int boy;
beautygirl beauty;
cin>>boy; //輸入是宅男還是帥哥
beauty.被告白(boy);
system("pause");
return 0;
}
--
#ifndef BEAUTYGIRL_H
#define BEAUTYGIRL_H
class beautygirl{
private:
int 告白者;
public:
void 被告白(int);
void 被帥哥追求();
void 被宅宅追求();
};
#endif
____________________________________________________
//
#include <iostream.h>
#include <stdlib.h>
#include "beautygirl.h"
void beautygirl::被告白(int man)
{
告白者=man;
if(告白者==多金帥哥)
{
被帥哥追求();
}
else
{
被宅宅追求();
}
}
void beautygirl::被帥哥追求()
{
int 裝曖昧=10,拒絕=10,帥哥告白 答應=10;
while(裝曖昧>2)
{
拒絕--;
裝曖昧--;
}
帥哥告白=答應;
cout<<"被帥哥帶上床"<<endl;
}
void beautygirl::被宅男追求()
{
cout<<"你是個好人"<<endl;
}
void main()
{
int boy;
beautygirl beauty;
cin>>boy; //輸入是宅男還是帥哥
beauty.被告白(boy);
system("pause");
return 0;
}
--
Tags:
帥哥
All Comments

By Skylar DavisLinda
at 2007-01-17T04:29
at 2007-01-17T04:29

By Quanna
at 2007-01-20T08:20
at 2007-01-20T08:20

By Isla
at 2007-01-23T12:11
at 2007-01-23T12:11

By Dora
at 2007-01-26T16:03
at 2007-01-26T16:03

By Victoria
at 2007-01-29T19:54
at 2007-01-29T19:54

By Rachel
at 2007-02-01T23:46
at 2007-02-01T23:46

By Belly
at 2007-02-05T03:37
at 2007-02-05T03:37

By Faithe
at 2007-02-08T07:28
at 2007-02-08T07:28

By Daniel
at 2007-02-11T11:20
at 2007-02-11T11:20

By Oscar
at 2007-02-14T15:11
at 2007-02-14T15:11

By Hamiltion
at 2007-02-17T19:03
at 2007-02-17T19:03

By Rosalind
at 2007-02-20T22:54
at 2007-02-20T22:54

By Yedda
at 2007-02-24T02:45
at 2007-02-24T02:45

By Suhail Hany
at 2007-02-27T06:37
at 2007-02-27T06:37

By Andy
at 2007-03-02T10:28
at 2007-03-02T10:28

By Damian
at 2007-03-05T14:20
at 2007-03-05T14:20

By Quintina
at 2007-03-08T18:11
at 2007-03-08T18:11

By Victoria
at 2007-03-11T22:02
at 2007-03-11T22:02

By Sandy
at 2007-03-15T01:54
at 2007-03-15T01:54

By Rebecca
at 2007-03-18T05:45
at 2007-03-18T05:45

By Puput
at 2007-03-21T09:37
at 2007-03-21T09:37

By Zanna
at 2007-03-24T13:28
at 2007-03-24T13:28

By Dorothy
at 2007-03-27T17:19
at 2007-03-27T17:19

By Iris
at 2007-03-30T21:11
at 2007-03-30T21:11

By Ina
at 2007-04-03T01:02
at 2007-04-03T01:02

By Madame
at 2007-04-06T04:54
at 2007-04-06T04:54

By Una
at 2007-04-09T08:45
at 2007-04-09T08:45

By Belly
at 2007-04-12T12:36
at 2007-04-12T12:36

By Eden
at 2007-04-15T16:28
at 2007-04-15T16:28

By Sierra Rose
at 2007-04-18T20:19
at 2007-04-18T20:19

By Cara
at 2007-04-22T00:11
at 2007-04-22T00:11

By Odelette
at 2007-04-25T04:02
at 2007-04-25T04:02

By Madame
at 2007-04-28T07:53
at 2007-04-28T07:53

By Charlie
at 2007-05-01T11:45
at 2007-05-01T11:45

By Zenobia
at 2007-05-04T15:36
at 2007-05-04T15:36

By Ingrid
at 2007-05-07T19:28
at 2007-05-07T19:28

By Tristan Cohan
at 2007-05-10T23:19
at 2007-05-10T23:19

By Frederica
at 2007-05-14T03:10
at 2007-05-14T03:10

By Leila
at 2007-05-17T07:02
at 2007-05-17T07:02

By Mia
at 2007-05-20T10:53
at 2007-05-20T10:53

By Mason
at 2007-05-23T14:45
at 2007-05-23T14:45

By Kyle
at 2007-05-26T18:36
at 2007-05-26T18:36
Related Posts
Re: 笑死我了

By Leila
at 2007-01-13T18:38
at 2007-01-13T18:38
各位認為PUB的女生好不好把

By Robert
at 2006-12-31T05:07
at 2006-12-31T05:07
為啥正妹都喜歡有汽車的男生

By Ina
at 2006-11-29T00:18
at 2006-11-29T00:18
新菜出爐!!!!

By Olga
at 2006-11-24T13:30
at 2006-11-24T13:30
實習單位的帥哥學長

By Anthony
at 2006-11-09T20:07
at 2006-11-09T20:07