Results 1 to 4 of 4

Thread: My C++ program

  1. #1
    OlegL's Avatar Poster
    Join Date
    May 2009
    Location
    New York City
    Age
    42
    Posts
    1,832
    #include <iostream>
    using namespace std;

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

  2. Internet, Programming and Graphics   -   #2
    moneyshot3301's Avatar Member
    Join Date
    Oct 2009
    Location
    Detroit
    Posts
    15
    I think hes kind of playing man, hes just saying he wants to have sex now, no mystery really exists here

  3. Internet, Programming and Graphics   -   #3
    WakeMeUp's Avatar Obey! BT Rep: +2
    Join Date
    Dec 2009
    Posts
    132
    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;
    }


  4. Internet, Programming and Graphics   -   #4
    Quote Originally Posted by WakeMeUp View Post
    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;
    }

    Good One

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •