I need to make a program run just one copy of it using Mutex.
But I coudn't find anything on using Mutex in c++.
sirko 0 Newbie Poster
Recommended Answers
Jump to PostC++ did not added any multi-thread support in their language, instead of other languages like Java (which is far younger than C/C++ and has been in the beginning of the multi-thread era).
C++0x, the next revision of C++, will add thread support as a standard, so every compiler that …
Jump to PostWindows does not support POSIX threads (pthreads), if I correctly remember my multi-thread assignments at the unversity.
All 7 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
sirko 0 Newbie Poster
GDICommander 54 Posting Whiz in Training
GDICommander 54 Posting Whiz in Training
template<> 37 Junior Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.