Search:

Type: Posts; User: Fossil

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,705

    Hey Codeplug, You were right, the main() was...

    Hey Codeplug,

    You were right, the main() was exiting and killing all the threads. I added a WaitForSingleObject() function and now the cin works great.

    But now I have another problem. I...
  2. Replies
    4
    Views
    5,705

    Problem using "cin" in a thread function?

    Hello,

    I have been working on a multithreaded program, and am trying to pass in a value from user input. The problem I an encountering is that the program will not stop to ask for user input if I...
Results 1 to 2 of 2