Thread: Happy Valentines Day!!!

  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Happy Valentines Day!!!

    spread the love, people.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I love you Seb

  3. #3

    Join Date
    May 2005
    Posts
    1,042
    awkward.


    jk I *heart* u all!
    I'm not immature, I'm refined in the opposite direction.

  4. #4
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Someone marry me.
    Woop?

  5. #5
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    i am married to c++.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  6. #6
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by The Brain
    i am married to c++.
    Yeah, she's been around the block a few times... or a million... just watch your crotch.

    Happy Valentines Day. Now someone get laid and tell me about it.
    Sent from my iPadŽ

  7. #7
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    I spleen you all.

  8. #8
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Quote Originally Posted by prog-bman
    Someone marry me.
    no.


    jk, yes.

    some entropy with that sink? entropysink.com

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

  9. #9

    Join Date
    May 2005
    Posts
    1,042
    Now someone get laid and tell me about it
    We had been giving each other the eye in line at the movie theater. Fate had it that we ended up sitting next to each other. Halfway through the movie, I couldn't help but gaze into Govt's eyes...

    </gay>
    I'm not immature, I'm refined in the opposite direction.

  10. #10
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Quote Originally Posted by SlyMaelstrom
    Now someone get laid and tell me about it.
    I put my penis in my girlfriend's vagina.

  11. #11
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by Govtcheez
    I put my penis in my girlfriend's vagina.
    Mmmm... that's what I like to hear.

    *unzip*
    Sent from my iPadŽ

  12. #12
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    this thread is slightly disturbing....

    some entropy with that sink? entropysink.com

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

  13. #13

    Join Date
    May 2005
    Posts
    1,042
    so's YOUR FACE

    I put my penis in my girlfriend's vagina.
    Join the club.
    I'm not immature, I'm refined in the opposite direction.

  14. #14
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Quote Originally Posted by BobMcGee123
    Join the club.
    Do you have membership cards? I need one.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  15. #15
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Quote Originally Posted by ahluka
    Do you have membership cards? I need one.
    You'll die without ever knowing the touch of a woman.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Aww, happy (belated) programmer's day to everyone
    By Cat in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-15-2003, 08:37 PM
  2. Happy Sysadmin day!
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-25-2003, 05:03 AM
  3. Happy April Fools Day
    By Kyoto Oshiro in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 04-01-2002, 07:01 PM
  4. debug program
    By new_c in forum C Programming
    Replies: 3
    Last Post: 03-18-2002, 11:50 PM
  5. Simplified code
    By soonerfan in forum C Programming
    Replies: 2
    Last Post: 12-05-2001, 03:50 PM