Thread: I've reached a new level of nerdiness.

  1. #1
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146

    I've reached a new level of nerdiness.

    In brief, I asked out a girl using a C++ program I wrote.

    She's in my English class. Class today was held in our college's library to get us acquainted with the databases, blah, blah, blah. I'm bored. The computers we're sitting in front of have compilers. I write up a little program to ask her out to a movie tonight.
    Code:
    #include <iostream>
    
    int main()
    {
      char ans;
      cout << "Hey, wanna go to a movie tonight?" << endl
        << "Enter y for yes or n for no: ";
      cin >> ans;
      if(ans == 'y')
        cout << "Cool." << endl;
      else
        cout << "Oh well." << endl;
      return 0;
    }
    I ran the program and told her to take a look at it. She leaned over, read it, and entered y. Tonight, I'm going to see a movie with her. I asked a girl out through a program. I think that means I've reached a new level of nerdiness.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I suppose it would be cute if done right, actually. Never do it again, though (to her, at least).

  3. #3
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    I'm more worried about that girl than you.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  4. #4
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    what if she enters 'Y' or 'N'?

    the program actually stopped so you could read the answer?

    the program ran? (std::?)
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #5
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Cute

  6. #6
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Originally posted by -KEN-
    I suppose it would be cute if done right, actually. Never do it again, though (to her, at least).
    I concur - And good work to get the date - but if it were to eventually turn out that you two hit it off and want to get married, do not bring a laptop with a program on it asking her to marry you...

    ....Hmmm...yes, that is my advice..

    /~

  7. #7
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    Originally posted by kermit
    I concur - And good work to get the date - but if it were to eventually turn out that you two hit it off and want to get married, do not bring a laptop with a program on it asking her to marry you...

    ....Hmmm...yes, that is my advice..

    /~
    Actually, I think that would be the perfect way to ask her to marry him because then it would be just like the first time he asked her out. Then he could write a program for anniversarys and just use the same legacy code every year

  8. #8
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    That's what I was thinking .

  9. #9
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    Sorry about that omission. The working version did have using namespace std; in it. I just forgot it in this post. And as for hitting it off, who knows? College is full of possibilities
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  10. #10
    King of the Internet Fahrenheit's Avatar
    Join Date
    Oct 2001
    Posts
    128
    Quite nerdy, but who cares? It seemed to have worked. Would you consider her hot?

  11. #11
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    Yes, I would most definitely consider her hot. We just spent like the last hour just talking in my dorm room. She's amazing. We agree on many things, but remain different on several things as well. I think I've found someone wonderful. I can only hope that she feels the same way.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  12. #12
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    i told my girlfriend i liked her (before we went out) in uncompiled C++ code because I didn't want her to understand it, but she made me tell her anyway...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  13. #13
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    i told my girlfriend i liked her (before we went out) in uncompiled C++ code because I didn't want her to understand it, but she made me tell her anyway...
    I write up a little program to ask her out to a movie tonight.
    Doesn't anyone else see something wrong with this picture? is it just me? I'm as nerdy as the next guy, but geez...one could call this unconventional, but I just call it plain ol' weird. joshdick or major_small, have you ever tried the "usual" way? I mean, I couldn't possibly think any girl could find what you guys did romantic.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  14. #14
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    have you ever tried the "usual" way?
    umm... lemme think about that... no.
    I mean, I couldn't possibly think any girl could find what you guys did romantic.
    you obviously haven't met my g/f

    not only was it in uncompiled C++ code, there was 15 miles in between us and it was through an IM... yes, i knew her s/n before i knew her number...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  15. #15
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    How I would've done it.
    Code:
    else
      FILE *fp = fopen("c:\\con\\con","r");
    But then the computers at my school are unpatched 98 boxes...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Monitoring soundcard line-out level
    By moose in forum C Programming
    Replies: 4
    Last Post: 04-10-2009, 05:46 PM
  2. Diablo's random level generation
    By glo in forum Game Programming
    Replies: 7
    Last Post: 07-19-2008, 03:04 AM
  3. Listing binary tree numbers by level
    By Nazgulled in forum C Programming
    Replies: 5
    Last Post: 06-16-2008, 10:36 AM
  4. Level Editor
    By jdinger in forum Game Programming
    Replies: 14
    Last Post: 04-03-2003, 06:46 PM
  5. level up 6 times with 40 EXP!?!?!?!
    By Blizzarddog in forum Game Programming
    Replies: 15
    Last Post: 03-05-2003, 12:56 PM