Thread: Dumb MFC question.

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

    Dumb MFC question.

    Is it free? The library, I mean. I don't want it, just want to know if it's free or not.
    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
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    No.

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Hey, watch the post-counts there bub (j/k). Do you know roughly how much it costs ( in US currency perhaps )?
    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
    Registered User
    Join Date
    Dec 2002
    Posts
    15
    Well as far as I know they only way you are going to get MFC is to buy Microsoft Visual C++. As for pricing I would guess around $199 US.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A dumb question from an idiot
    By imanidiot in forum C Programming
    Replies: 7
    Last Post: 04-11-2006, 07:03 PM
  2. very dumb question.
    By Blips in forum C++ Programming
    Replies: 14
    Last Post: 11-08-2005, 09:37 AM
  3. Dumb question
    By dragon2309 in forum C Programming
    Replies: 18
    Last Post: 10-29-2005, 03:27 PM
  4. Question under MFC...
    By NewbieStats in forum C++ Programming
    Replies: 0
    Last Post: 03-30-2005, 03:24 PM
  5. MFC Question
    By sunbie in forum C++ Programming
    Replies: 0
    Last Post: 03-30-2005, 09:01 AM