YAGT: Here's how to ask a girl out....

Feb 19, 2001
20,158
20
81
I was being nerdy...

hello?
HI?
uhhh - ASK QUESTION -

so, what are you doing tomorrow?

if (reply == "nothing")
response: do you wanna go catch a flick tomorrow?
else if(reply == "i'm kinda busy...why?)
response: well, i kinda wanted to catch a flick before school started
else if(reply == "im busy")
response: oh okay, well i was going to go watch a movie tomorrow - and wanted to invite you along. If you change ur mind, gimme a call
else if(reply == "why?")
response: well, i kinda wanted to catch a flick tomorrow, before school started...

her: what do you want to watch
you: -insert title-
if( reply == "i already saw that" || reply == "i dont really wanna watch that)
response: oh okay, then what do YOU want to watch?
if( reply =="okay sure")
response: sweet, i guess ill see you tomorrow!


alright, so ill talk to ya later
alright
Bye bye
 

Ketteringo

Banned
Feb 2, 2002
4,302
0
0
no comments? -20%
didn't instantiate variables? -15%
no header at beginning of file? -10%

Overall: 55%, that's failure
 

The Linuxator

Banned
Jun 13, 2005
3,121
1
0
Originally posted by: DLeRium
I was being nerdy...

hello?
HI?
uhhh - ASK QUESTION -

so, what are you doing tomorrow?

if (reply == "nothing")
response: do you wanna go catch a flick tomorrow?
else if(reply == "i'm kinda busy...why?)
response: well, i kinda wanted to catch a flick before school started
else if(reply == "im busy")
response: oh okay, well i was going to go watch a movie tomorrow - and wanted to invite you along. If you change ur mind, gimme a call
else if(reply == "why?")
response: well, i kinda wanted to catch a flick tomorrow, before school started...

her: what do you want to watch
you: -insert title-
if( reply == "i already saw that" || reply == "i dont really wanna watch that)
response: oh okay, then what do YOU want to watch?
if( reply =="okay sure")
response: sweet, i guess ill see you tomorrow!


alright, so ill talk to ya later
alright
Bye bye

"Here's how to ask a girl out...."
- :Linuxator rushes to test the code and see if it can help him;
- :inserts code into IDE;
- :IDE takes a sht;
- :Linuxator bangs his head to the CRT;
 

Rudee

Lifer
Apr 23, 2000
11,218
2
76
Movies are the absolute worst thing to do on a first date because you don't have much of an opportunity to talk. Back in my single days, I used to take women to comedy clubs for a first date, and they always enjoyed themselves immensely. (you can't have a bad time when you are laughing you ass off). After the comedy club I'd normally hit a cafe where we'd have a coffee and a bite of cheesecake over some stimulating conversation. But movies on a first date..... definitely not!
 

The Linuxator

Banned
Jun 13, 2005
3,121
1
0
Originally posted by: Rudee
Movies are the absolute worst thing to do on a first date because you don't have much of an opportunity to talk. Back in my single days, I used to take women to comedy clubs for a first date, and they always enjoyed themselves immensely. (you can't have a bad time when you are laughing you ass off). After the comedy club I'd normally hit a cafe where we'd have a coffee and a bite of cheesecake over some stimulating conversation. But movies on a first date..... definitely not!

Agreed % 100
 

djheater

Lifer
Mar 19, 2001
14,637
2
0
Originally posted by: Astaroth33
Leave out the "kinda" since it makes you feel weak and indecisive.

Hey stop feeling the OP, that's uncalled for.

I give it a 2/10 scored low because you're not even simulating a language. It's just random stuff thrown together with a few IF's and ELSE's
 

DainBramaged

Lifer
Jun 19, 2003
23,449
38
91
Originally posted by: DLeRium
I was being nerdy...

hello?
HI?
uhhh - ASK QUESTION -

so, what are you doing tomorrow?

if (reply == "nothing")
response: do you wanna go catch a flick tomorrow?
else if(reply == "i'm kinda busy...why?)
response: well, i kinda wanted to catch a flick before school started
else if(reply == "im busy")
response: oh okay, well i was going to go watch a movie tomorrow - and wanted to invite you along. If you change ur mind, gimme a call
else if(reply == "why?")
response: well, i kinda wanted to catch a flick tomorrow, before school started...

her: what do you want to watch
you: -insert title-
if( reply == "i already saw that" || reply == "i dont really wanna watch that)
response: oh okay, then what do YOU want to watch?
if( reply =="okay sure")
response: sweet, i guess ill see you tomorrow!


alright, so ill talk to ya later
alright
Bye bye

lol
 

talyn00

Golden Member
Oct 18, 2003
1,666
0
0

chuckywang

Lifer
Jan 12, 2004
20,139
1
0
Originally posted by: Lonyo
Originally posted by: chuckywang
I tried to run that program but it failed miserably.

If (you = uggo)
Goto: Rhinoplasty
Else goto: New Girl

No Caucasian women want to go out with Asian men, and I don't relate to FOBs....so sucks to be me.
 

HN

Diamond Member
Jan 19, 2001
8,186
4
0
Originally posted by: Astaroth33
Leave out the "kinda" since it makes you feel weak and indecisive.

in the same vein, modify "response: oh okay, then what do YOU want to watch?"
otherwise, go buy a nice jar and plop a couple nuts in it b/c you ain't gonna be using them.
 

duragezic

Lifer
Oct 11, 1999
11,234
4
81
Bah its code like this that makes programming newbies wonder why their String doesn't == "what they think it should"! .equals(..) here people, and I don't even know C++ but I think its something like strcmp(..) ;)