Thread: Funny Conversation

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    146

    Smile Funny Conversation

    I read it in a blog and found myself smiling at the end, finding such a new genre of humor...

    Code:
    main(Episode_1)
    
    
    All variables appearing in this work are fictitious. Any resemblance to real operands, active or freed, is purely coincidental.
    
    --------------------------------------------------------------------------------
    
    
    X : Hello?
    
    Y : Hey, it's me. Ring any bells?
    
    X : Y? Is that you?
    
    Y : Holy De Morgan! You remember!
    
    X : Well, the results of the last equation with you are still in me. Haven't been evaluated since you see.
    
    Y : You gotta be kidding me!
    
    X : Somehow, now I'm embarrassed that I used that as a startup line for our conversation.
    
    Y : Ha! That's breaking the ice...no actually...its more like melting it,solidifying it and then breaking it with a hammer.
    
    X : Am I supposed to feel flattered or feel like a null set.
    
    Y : Depends on your modus operandi!
    
    X : Certainly not an ∩.
    
    Y : I see. You're avoiding the questions about how many you had a U with?
    
    X : You talk to me after all these unused algorithms i've been through and that's you main concern. Sheesh! You're such a short int!
    
    Y : Shutup! I'm a double float now remember.
    
    X : Yeah Right! You always end up confusing me about yourself. Feel like a pointer.
    
    Y : Please change the topic.
    
    X : All right. Met up with Z lately?
    
    Y : Z!!! Oh haven't seen him around for a long time. Must have been defined as a constant.
    
    X : Horrible that sounds. What if we end up like that?
    
    Y : Oh C'mon! You know how dependent people are on us! I mean think of it. If it's not us, then who?
    
    X : There's the a,b and c people, ain't there. There's those p,q,r snobs too. God! I'm glad I survived that last stack call with q. She acts as if she's an array or something!
    
    Y : Them don't even stand a chance!
    
    X : What's with the language? Who have you been assigned with lately?
    
    Y : Lets not talk about it!
    
    X : It was a loop with i isn't it?
    
    Y : X, please. It was a mistake. Just a bug.
    
    X : I've had it! I can't take this anymore!
    
    free(x);
    
    Y : X!!! X!!! You can't do this to me! Oh no!!
    
    for(;y>0;y--);
    
    
    
    [Duh duh duhhhh! Will X come back before Y's total execution???
    RSS Feed to the next episode of main()!!! ]
    
    Thoughts put to words by NRkey Menon
    There's an episode 2 too... in little philosophical dimension...

  2. #2
    Registered User
    Join Date
    Nov 2004
    Location
    USA
    Posts
    516
    Awesome
    Code:
    >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

  3. #3
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    rofl

  4. #4
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Pretty good.

  5. #5
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    That was pretty entertaining.
    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;
    }

  6. #6
    The Registered User Aparavoid's Avatar
    Join Date
    May 2009
    Posts
    74
    bool good=1;

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Funny Windows Error Codes (I rofled...)
    By Sentral in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-01-2006, 09:38 AM
  2. The program save some funny thing
    By nasa in forum C++ Programming
    Replies: 3
    Last Post: 03-18-2004, 10:37 AM
  3. funny things
    By Benzakhar in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2004, 11:06 AM
  4. Absolutely mind bogglingly funny
    By Imperito in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-06-2002, 09:23 PM
  5. Funny
    By Imperito in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 08-21-2002, 05:41 PM