Thread: How many Texans here?

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

    How many Texans here?

    ...nuff sed...
    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
    Home of the Alamo here.
    DrakkenKorin

    Get off my Intarweb!!!!

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    How do you like San Antonio? I spent a week there but found it a little depressing...

    Anyway, any others? I think DavidP and Johnny somethin-er-other are from Houston, (my home 'town').

    Maybe we could have a Texas C Programmers Convention sometime? LOL
    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;
    }

  4. #4
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    H-town! Houston! Yeah! Woohoo! Texas is the best. We have Blizzard, id Software, AND Ensemble Studios in Texas. Thats like 3 of the best game companies right there.
    My Website

    "Circular logic is good because it is."

  5. #5
    How do you like San Antonio?
    I'm not sure. Breed, born and am living here, so its just San Antonio to me. Been in Chicago for 6 months (very nice), San Diego for a month (too damn sunny, even compared to Texas!).

    I have a few friends who swear the San Antonio is the best city they've ever lived it, personally I think they're crazy.

    Why did you find it depressing? As long you like mexican food, all night parties and an offensive amount of alcohol, you'll feel right at home.
    DrakkenKorin

    Get off my Intarweb!!!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Searching File for String
    By bcianfrocca in forum C++ Programming
    Replies: 19
    Last Post: 09-08-2005, 03:28 PM