Thread: hello

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    12

    Talking hello

    Hello all im new to the c++ world!!

    just wanted to say hello to you all and i hope you can help me out if i ever need any help and visa versa!!

    thank you!!!

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Hello, this is the "C Programming Board"
    not the "C++ Programming Board".
    The list box at the bottom of the page will take you there, though.
    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;
    }

Popular pages Recent additions subscribe to a feed