Thread: Urgent Help required.. pls help ??

  1. #1
    Registered User intruder's Avatar
    Join Date
    Nov 2002
    Posts
    48

    Unhappy Urgent Help required.. pls help ??

    Hello friends i am new to threads in C , i know the theory of threads but don't know how to implement it and i am searching for sample code on google.com but its giving me all UNIX related thread examples and UNIX is bit difficult for me to understand as i don't know.

    pls help me friends can anybody give me a sample code which implements multiple threads or can anybody tellme from where can i download a sample code for windows ...

    i am using DevC++ compiler.

    pls help me..

    in

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    - Threads are OS/compiler specific. As you're asking about Windows, I'll move this thread to the appropriate board.

    >>Urgent Help required.. pls help
    And what's so urgent about it?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    If you would simply search the board you will find many working examples posted by myself and others...
    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. Urgent! Pls help me for my assignment!!
    By seanlee210 in forum C Programming
    Replies: 5
    Last Post: 03-29-2009, 08:30 PM
  2. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  3. pls help me urgent..
    By intruder in forum C Programming
    Replies: 4
    Last Post: 01-13-2003, 04:41 AM
  4. text box & buttons on window .. pls help urgent ???
    By intruder in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2002, 10:28 PM
  5. Urgent help required
    By sweets in forum C++ Programming
    Replies: 3
    Last Post: 05-03-2002, 01:17 PM