Urgent Help required.. pls help ??

This is a discussion on Urgent Help required.. pls help ?? within the Windows Programming forums, part of the Platform Specific Boards category; Hello friends i am new to threads in C , i know the theory of threads but don't know how ...

  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
    Posts
    5,453
    If you would simply search the board you will find many working examples posted by myself and others...
    Code:
    int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000
    <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan
    (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000
    )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 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, 03:41 AM
  4. text box & buttons on window .. pls help urgent ???
    By intruder in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2002, 09:28 PM
  5. Urgent help required
    By sweets in forum C++ Programming
    Replies: 3
    Last Post: 05-03-2002, 01:17 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21