Thread: The Impossible "Surf'n'Compile" Lifestyle

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

    The Impossible "Surf'n'Compile" Lifestyle

    Does anyone know why, when I start my Internet Explorer browser, then go to compile later, the whole system freezes?

    My internet connection doesn't cause this, because I've connected to the internet, and compiling is possible.

    And even when I "x" out of the browser, I have to reboot the computer before attempting to compile OR ELSE...

    Could it be Microsofts way of discouraging "Surf'n'Compile" guys like myself?

    The most annoying thing is that often I want to compile a posters code to see for myself their problem, but, alas, I know that I have to go thru this huge process in order to check their code and then post a reply---Ughh!

    Maybe I'll download a different browser...
    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
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Its probably a dodgy internet explorer installation....

    first try running sfc.exe and see if that chucks any problems at you. Next try the internet explorer repair tool which can be found from the tools menu on the microsoft system information tool.If that doesn't sort the problem out then it may be a dodgy compiler installation so reinstall that.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Thanks, I will try that...
    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

Similar Threads

  1. Doing the impossible!!
    By FireHead in forum C Programming
    Replies: 2
    Last Post: 02-02-2006, 10:33 AM
  2. (Im)possible Algorithm
    By Cikotic in forum C Programming
    Replies: 28
    Last Post: 03-31-2004, 08:36 AM
  3. 0% probability == impossible?
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 49
    Last Post: 09-01-2003, 03:48 PM
  4. Impossible
    By krappykoder in forum C++ Programming
    Replies: 17
    Last Post: 11-01-2002, 03:26 PM
  5. Barrage Of Questions...Theory impossible? File IO on Web Domain?
    By MagiZedd in forum Windows Programming
    Replies: 0
    Last Post: 10-24-2001, 08:13 PM