User profile: tvrameshmc

User info
User name:tvrameshmc
History
Joined:
Number of posts:54
Latest posts:

Where mutex is stored in windows
If you randomly generate mutex name then how can other process recognize/use this for synchronizatio...

Where mutex is stored in windows
Thanks for giving valuable information. Mutex name is unique across current list of mutexes in a ma...

Where mutex is stored in windows
I want to know how mutex is working in process synchronization. Where these mutexes are stored in me...

help with flushing stdin.(i think)
Missing [code]i=0;[/code] at line number [b]34[/b].

My first program!
[code]while[/code] is also like a [code]for[/code] loop here we used infinite loop(never ending loop...