View Full Version : Mardi Gras - an explanation.
MacBytes
Feb 27, 2006, 04:56 PM
http://www.macbytes.com/images/bytessig.gif (http://www.macbytes.com)
Category: History
Link: Mardi Gras - an explanation. (http://www.macbytes.com/link.php?sid=20060227165617)
Description:: See... Mudbug's been out having a good time the last few days. :)
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
Mudbug
Feb 27, 2006, 04:56 PM
I'm back in town - updates regularly once again. :)
Oryan
Feb 27, 2006, 05:08 PM
Somebody posted these Mardi Gras directions on our school's forums. I hope it's appropriate to duplicate them here.
Person::MardiGras(){
std::queue<Beer> ChugLine;
std:: priority_queue<Boobies> Art; //priority is the rating, 1-10 with 10 best
std::list<Bar> PubCrawlLine;
std::list<Beads> BeadsToGive;
typedef std::iterator<std::list<Bar> > BarListIterator;
typedef std::iterator<std::queue<Beer> > BeerQueueIterator;
typedef std::iterator<std::list<Beads> > BeadListIterator;
PopulateList(PubCrawlLine);
BarListIterator PubCrawl = PubCrawlLine.start();
HBITMAP digicam;
std::tr1::shared_ptr<Girlie> girlie;
while (PubCrawl && !this->Vomit()){
WalkIn(*PubCrawl);
FillChugLine(ChugLine, *PubCrawl);
DoTheChugLine(ChugLine);
WalkOut(*PubCrawl);
girlie = PickHotGirlie();
GiveBeads(girlie, BeadsToGive);
TakeBoobiePicture(girlie, digicam);
Art.insert(Boobies(digicam), RateBoobies(digicam));
++PubCrawl;
}
try{
PassOut(this->HotelRoom);
}
catch(NotAtHotelException& e)
{
FollowGirlieHome(girlie);
PassOut(girlie->WhereIsHotelRoom());
}
catch(CopsException& c)
{
Log.write("Something went horribly wrong.\n");
terminate();
}
}
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.