CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AdvanceCPP

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    3,599

    Re: MultiThread Race Condition

    I tried to modify my code to post it here, but I think it will be simple if I write it down and explain what I have implemented.

    There is one source input - Single thread to feed DATA into the...
  2. Replies
    12
    Views
    3,599

    Re: MultiThread Race Condition

    Thank You. Any example that I can take a look at ?

    Thank You.
    A
  3. Replies
    0
    Views
    675

    Abstract Class

    Abstract Class


    I have read a lot about abstract class, but still have questions, as I have not really used in my c++ code practically.

    What is the use of abstract class ? Any sample I can...
  4. Replies
    12
    Views
    3,599

    Re: MultiThread Race Condition

    Thanks.

    The data in the shared memory comes from a different thread.

    Thread1 -----> [SHARED MEMORY] ----> data taken out by multiple threads.

    Why multiple threads? Because data is taken out...
  5. Replies
    12
    Views
    3,599

    MultiThread Race Condition

    MultiThread Race Condition

    I am creating an application that is multithreaded and all the threads are accessing the same shared memory. The data coming into the memory should be processed in...
  6. Replies
    0
    Views
    659

    MultiThread Race Condition

    MultiThread Race Condition

    I have read a lot about abstract class, but still have questions, as I have not really used in my c++ code practically.

    What is the use of abstract class ? Any...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured