Thread: DevC++

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    32

    DevC++

    do you sugest i reinstall?

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Well that just depends if you're having problems with it or not!

    Honestly, though, lately the problem i've been having is that when I recompile a DOS program after like two or three changes to the code, the executable doesn't work! So then I have to create a new project, and recompile the source, which works--for two or three recompiles! Alas. Strangely, my windows apps do not suffer from this weird bug???

    Are you having a problem with Dev?
    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 whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    Using Dev-C++ 4.01 on win2000, never had a problem since
    install, both dos or win apps.
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I want to draw a mandelbrot set ..
    By mad_muppet in forum C Programming
    Replies: 16
    Last Post: 08-18-2006, 12:43 AM
  2. DevC specivic... I think
    By QuestionC in forum Windows Programming
    Replies: 1
    Last Post: 01-09-2002, 04:04 PM