Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: A couple of problems - cin.get - (Beginner) Pin
Aqueel30-Apr-06 7:39
Aqueel30-Apr-06 7:39 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 9:41
haitch7930-Apr-06 9:41 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
Maxwell Chen30-Apr-06 18:15
Maxwell Chen30-Apr-06 18:15 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
haitch7930-Apr-06 23:52
haitch7930-Apr-06 23:52 
GeneralRe: A couple of problems - cin.get - (Beginner) Pin
Maxwell Chen1-May-06 0:33
Maxwell Chen1-May-06 0:33 
Question---how to lock two mutexes simultaneously in atomic mode? Pin
dragooooon lee30-Apr-06 3:26
dragooooon lee30-Apr-06 3:26 
AnswerRe: ---how to lock two mutexes simultaneously in atomic mode? Pin
Ryan Binns30-Apr-06 18:32
Ryan Binns30-Apr-06 18:32 
GeneralRe: ---how to lock two mutexes simultaneously in atomic mode? Pin
Rilhas1-May-06 1:33
Rilhas1-May-06 1:33 
I agree. The only way I see is for you to create a third mutex whick must be locked before accessing any of the other 2, and unlocked when the others are locked. If you try this then you will probably be on an even faster road to deadlock.

Anyway, there may be better objects for you to use instead of mutexes if you are having such a strange necessity. Can you ellaborate a little bit?

Rilhas
GeneralRe: ---how to lock two mutexes simultaneously in atomic mode? Pin
dragooooon lee2-May-06 6:48
dragooooon lee2-May-06 6:48 
GeneralRe: ---how to lock two mutexes simultaneously in atomic mode? Pin
Rilhas2-May-06 10:08
Rilhas2-May-06 10:08 
QuestionVC++( 2-d,3-d graphics problem) Pin
RavindraKumar30-Apr-06 2:27
RavindraKumar30-Apr-06 2:27 
Questionhow can I get the pointer of the scrollbar on the listctrl? Pin
yingkou30-Apr-06 0:41
yingkou30-Apr-06 0:41 
AnswerRe: how can I get the pointer of the scrollbar on the listctrl? Pin
YaronNir30-Apr-06 0:55
YaronNir30-Apr-06 0:55 
GeneralRe: how can I get the pointer of the scrollbar on the listctrl? Pin
yingkou30-Apr-06 1:06
yingkou30-Apr-06 1:06 
GeneralRe: how can I get the pointer of the scrollbar on the listctrl? Pin
Justin Tay30-Apr-06 1:16
Justin Tay30-Apr-06 1:16 
GeneralRe: how can I get the pointer of the scrollbar on the listctrl? Pin
yingkou5-May-06 18:45
yingkou5-May-06 18:45 
QuestionINI Files Under VC++ 2005 ? Pin
Fritzables29-Apr-06 20:42
Fritzables29-Apr-06 20:42 
AnswerRe: INI Files Under VC++ 2005 ? Pin
YaronNir29-Apr-06 20:55
YaronNir29-Apr-06 20:55 
AnswerRe: INI Files Under VC++ 2005 ? Pin
John R. Shaw29-Apr-06 21:09
John R. Shaw29-Apr-06 21:09 
AnswerRe: INI Files Under VC++ 2005 ? Pin
Trollslayer30-Apr-06 0:10
mentorTrollslayer30-Apr-06 0:10 
AnswerRe: INI Files Under VC++ 2005 ? Pin
Kevin McFarlane30-Apr-06 4:15
Kevin McFarlane30-Apr-06 4:15 
GeneralRe: INI Files Under VC++ 2005 ? Pin
Maxwell Chen30-Apr-06 18:54
Maxwell Chen30-Apr-06 18:54 
GeneralRe: INI Files Under VC++ 2005 ? Pin
Kevin McFarlane1-May-06 1:40
Kevin McFarlane1-May-06 1:40 
GeneralRe: INI Files Under VC++ 2005 ? Pin
Maxwell Chen1-May-06 4:00
Maxwell Chen1-May-06 4:00 
AnswerRe: INI Files Under VC++ 2005 ? Pin
Fritzables30-Apr-06 15:03
Fritzables30-Apr-06 15:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.