Search:

Type: Posts; User: Codeplug

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    11,531

    >> Can you explain? What you're doing is ok. In...

    >> Can you explain?
    What you're doing is ok. In C++ you can convert an object pointer to a void* and then back again.

    gg
  2. Replies
    11
    Views
    11,531

    You are leaking the thread handle. You have to do...

    You are leaking the thread handle. You have to do one of the following: 1) create the thread detached, 2) call pthread_join on the attached thread handle, 3) call pthread_detach on the attached...
Results 1 to 2 of 2