Thread: Boo!

  1. #16
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    The pub down the street holds an annual contest (some of will be competing - not me though). Should be pretty fun though (lots of hot chicks ).
    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. #17
    root
    Join Date
    Sep 2003
    Posts
    232
    >I'm going to my first REAL party.
    The kind with booze and X rated content where you get laid sometime before sunrise? If you do it right you'll understand why I like Halloween so much.
    The information given in this message is known to work on FreeBSD 4.8 STABLE.
    *The above statement is false if I was too lazy to test it.*
    Please take note that I am not a technical writer, nor do I care to become one.
    If someone finds a mistake, gleaming error or typo, do me a favor...bite me.
    Don't assume that I'm ever entirely serious or entirely joking.

  3. #18
    ___
    Join Date
    Jun 2003
    Posts
    806
    well yeah actually. Its more like there will be roughly 50 people in an old farm house away from anything that could hold us back, a couple kegs, tons of hard stuff like golden grain and stuff, plenty of women, no supervision. It will be a good time. So yeah. Booze and X rated content where you get laid sometime before sunrise but don't remember anything about the night before when you wake up face down in a pile of puke with 30 other people who passed out. It's going to be that type of party
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Class testing question
    By chiefmonkey in forum C++ Programming
    Replies: 3
    Last Post: 05-26-2009, 05:41 AM
  2. strings and functions
    By simo_mon in forum C Programming
    Replies: 8
    Last Post: 09-16-2008, 05:18 AM
  3. Two Classes Referring to each other
    By jwong78 in forum C++ Programming
    Replies: 19
    Last Post: 12-12-2005, 04:56 PM