Thread: Help!

  1. #16
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Well, system commands might work, but I don't know any of them. You should also try to ask these on the bloodshed forums, they might be able to answer this better.

  2. #17
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    It doesnt have anything to do with Bloodshed though... It's plain C++
    what does signature stand for?

  3. #18
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    But if your using Dev-C++, then they made it, and there syntax and stuff is different than others.

  4. #19
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    It shouldnt be different from C++, C++ is a language, I mean Europe speaks same english like in England right? So why should it be different in C++?
    what does signature stand for?

  5. #20
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    argv[0]
    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;
    }

  6. #21
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    What do you mean?
    what does signature stand for?

  7. #22
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    command line argument is what that is. www.cpp-home.com has something on it (search in the tutorials section), but it won't have ur answer.

  8. #23
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    I'll check it out, Thanks
    what does signature stand for?

Popular pages Recent additions subscribe to a feed