Thread: i really need help

  1. #1
    amit
    Guest

    Unhappy i really need help

    i really need macro implementation in c programming project.
    it's a system programming.unless i need macro algorithm.

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    ...and what was the question
    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;
    }

  3. #3
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    #define QUESTION NOT_ASKED
    #define NOT_ASKED question
    #define question not_asked

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed