Thread: Software testers needed...

Threaded View

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

    Software testers needed...

    I would like to know if anyone would be willing to test an object file I have on different sets of compilers, and post the results to this thread, as I'm somewhat limited to the number of compilers available to me at the moment. I would really appreciate any help whatsoever.

    Thanks in advance.

    - Sebastian
    Last edited by Sebastiani; 12-29-2003 at 12:39 AM.
    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. Software Developer needed
    By blackmisery in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 08-04-2008, 02:54 AM
  2. Software Design/Test - Redmond, WA
    By IRVolt in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 06-11-2008, 10:26 AM
  3. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  4. Programmer Needed for Software Patch
    By dhigginbotham in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 07-26-2007, 04:06 PM
  5. What software is needed to write internet based gaming programs
    By grumpomatic in forum Game Programming
    Replies: 8
    Last Post: 11-26-2005, 10:49 PM