PDA

View Full Version : My C++ program



OlegL
12-20-2009, 12:51 PM
#include <iostream>
using namespace std;

int main()
{
cout << "I want to have sex now" << endl;
}

moneyshot3301
12-25-2009, 08:15 AM
I think hes kind of playing man, hes just saying he wants to have sex now, no mystery really exists here

WakeMeUp
01-02-2010, 02:01 PM
I think you'd need something like this


#include "bitch.h"
#include "condom.h"

class Sex extends Virgin {
public:
Bitch girl;
void doSex(Bitch aGirl);
protected:
Condom condom;
}

Sex::doSex(Bitch aGirl) {
int cash = 50;
Guy *you = Virgin::prepareForMasturbation();
aGirl.money += cash;
aGirl.vagina = aGirl.vagina + you.penis;
sleep(10);
return;
}

:lol:

HoUsSaM01
01-02-2010, 06:00 PM
I think you'd need something like this


#include "bitch.h"
#include "condom.h"

class Sex extends Virgin {
public:
Bitch girl;
void doSex(Bitch aGirl);
protected:
Condom condom;
}

Sex::doSex(Bitch aGirl) {
int cash = 50;
Guy *you = Virgin::prepareForMasturbation();
aGirl.money += cash;
aGirl.vagina = aGirl.vagina + you.penis;
sleep(10);
return;
}

:lol:

Good One :D