What is thread ?(vc++)what is the difference between cmutex and csemaphone?
What is the difference between UNIX and windows operating systems?
UNIX:- free- open - multiuser and multitasking- file system in hierachical model (each file is a chil of another one)- no viruses ( because of the shell)- more stable- when it starts, it only runs nee...
UNIX is more secured Operating System.
Cmutex is the synchronization object to control access of a resource by multiple applications(one thread of each application to access the resource at a time).CSemaphore is the synchronization object ...
Hai,Thread: is a path Execution of a program....So that the thread having its own stack,and all other resources..In VC++ we have 4 synchronization Objects.1)CCriticalSection: This is not aKernal objec...