CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    1

    Angry IPC using UIThread and worker thread

    I'm new to VC++. I want a simple program or pseudo code about how the UI thread and worker thread communicates and handle events

    or

    a simple program for how 2 threads access a resource, say one reading a file and other writing to the file.


    Please help me.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: IPC using UIThread and worker thread

    For example, this post shows communication thing.
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured