Thread: How to dellet a thread...

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    Unhappy How to dellet a thread...

    Do you know how could I dellet a thread that I made by mistake.
    C++
    The best

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    ..and they will tell you to click edit then check the delete box.
    The world is waiting. I must leave you now.

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Besides the Moderator(s), NANO is the only one who cam remove the entire thread because NANO staretd it. People can start "pulling out" left and right if they want by deleting their individual posts, but only NANO and the mods can remove the entire thread.
    The world is waiting. I must leave you now.

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    Thanx Shadow

    Now I know..

    New Q:Can I dellet it after people write in it...?

    Thanx

    By the way I like your location....
    C++
    The best

  5. #5
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > Now I know..
    Cool.

    > New Q:Can I dellet it after people write in it...?
    I have before, so I take it...yes.

    > Thanx
    Anytime.

    > By the way I like your location....
    Heh, thanks.
    The world is waiting. I must leave you now.

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    thanx again

    Code:
    #include<iostream>
    # include <NANO.h>
    # include <thanx.h>
    
    string main()
    {
    thankyou array[ 1..100] [1..100]; // prtotype thankyou from thanx.h
    string x = thank you
    for (int i =0; i> 100) 
      cout << thankyou[i][i]<<endl; // just 100 one which has [i][i]
    
    return x;
    }
    C++
    The best

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Synchronization in Win32
    By passionate_guy in forum C Programming
    Replies: 0
    Last Post: 02-06-2006, 05:34 AM
  2. [code] Win32 Thread Object
    By Codeplug in forum Windows Programming
    Replies: 0
    Last Post: 06-03-2005, 03:55 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  5. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM