Search:

Type: Posts; User: smitsaboo

Search: Search took 0.00 seconds.

  1. Thanks for your reply Yea!!!! using queues for...

    Thanks for your reply

    Yea!!!! using queues for notification purpose do make sense. Another way could have been to have the reader process in constant reading mode, of course it would need...
  2. Hi, many thanks for your reply...so my initial...

    Hi,

    many thanks for your reply...so my initial doubts were true- i cant pass pointers between process... just to understand your comment better, why should queues be used with shared...
  3. How to pass pointer to a structure in a message queue

    Hi,

    I have a structure whose one member is a pointer to another structure .



    struct first{
    int i;
    }fir;
Results 1 to 3 of 3