Thread: C for palmOS

  1. #1
    Unregistered
    Guest

    C for palmOS

    Is there an online resource for this??

    (no books, please)

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    I'll save Salem some typing here

    Try this GREAT online reference: Palm OS Resource Page
    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
    Registered User
    Join Date
    Jul 2002
    Posts
    3
    Thanks.
    I just registerd.
    Oh it is a google search.

Popular pages Recent additions subscribe to a feed