Livejournal
Log in
Post
Friends
My journal
spontaneous_guy
Just baiting the hook....
Apr 19, 2006 13:42
Hello everyone. Remember a few months back when I was trying to get people interested in going to Vegas (
Read more...
)
Leave a comment
Back to all threads
lydi
April 19 2006, 21:47:29 UTC
bool canLydiaGo()
{
lydia != money; //can't go, but has time to go
if(lydia gets job)
{
lydia = money; //but she would like to save for other things
vacaTime = 0; //she will already be taking time off for convention
}
return (false)
}
Reply
lydi
April 19 2006, 21:50:29 UTC
and yes i know i made some errors in there. i don't care.
Reply
spontaneous_guy
April 20 2006, 03:30:55 UTC
bool canLydiaGo()
{
if (Visa.notMaxed())
{
return true;
}
else if (!refuse(beg))
{
return true;
}
else if (!refuse(borrow))
{
return true;
}
else if (!refuse(steal))
{
return true;
}
else
{
cout<<"I am a sad panda";
throw "hissyfit"
while (!canLydiaGo())
{
switch(rand()%2)
{
case 0: applyForCredit();
break;
case 1: buyLottoTicket();
break;
default: break;
}
}
}
//muahahahahaha now you are stuck in an infinite loop until you go!
Reply
meggerzzzz
April 20 2006, 05:12:09 UTC
wow
you guys are dorks
the sad thing is,
i actually understood some of that
Reply
meggerzzzz
April 20 2006, 05:13:19 UTC
ps i also am going on the same 2 trips as melissa, plus a phi sig retreat, so i doubt another 2-3 days off work plus spending money would be good for me as i dont have a car at the moment:(
this makes me sad i <3 vegas
Reply
secretspyangel
April 21 2006, 16:44:55 UTC
O_o
Is this supposed to be a computer program or something?
Reply
Back to all threads
Leave a comment
Up
{
lydia != money; //can't go, but has time to go
if(lydia gets job)
{
lydia = money; //but she would like to save for other things
vacaTime = 0; //she will already be taking time off for convention
}
return (false)
}
Reply
Reply
bool canLydiaGo()
{
if (Visa.notMaxed())
{
return true;
}
else if (!refuse(beg))
{
return true;
}
else if (!refuse(borrow))
{
return true;
}
else if (!refuse(steal))
{
return true;
}
else
{
cout<<"I am a sad panda";
throw "hissyfit"
while (!canLydiaGo())
{
switch(rand()%2)
{
case 0: applyForCredit();
break;
case 1: buyLottoTicket();
break;
default: break;
}
}
}
//muahahahahaha now you are stuck in an infinite loop until you go!
Reply
you guys are dorks
the sad thing is,
i actually understood some of that
Reply
this makes me sad i <3 vegas
Reply
Is this supposed to be a computer program or something?
Reply
Leave a comment