Click here to Skip to main content
15,915,509 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do i get a InterlockedCompare ? Pin
cl_gamer27-Apr-11 15:52
cl_gamer27-Apr-11 15:52 
AnswerRe: How do i get a InterlockedCompare ? Pin
Luc Pattyn27-Apr-11 17:08
sitebuilderLuc Pattyn27-Apr-11 17:08 
cl_gamer wrote:
i do not want to exchange, i just wana an atomic compare

That does not make much sense to me. If your data items are volatile, comparing them and later on acting on the outcome would be unpredictable, as the compare result may become stale right away.

D'Oh! | :doh:
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

QuestionHow to set EM_SETCUEBANNER in a Edit Control Pin
vishalgpt27-Apr-11 9:13
vishalgpt27-Apr-11 9:13 
AnswerRe: How to set EM_SETCUEBANNER in a Edit Control Pin
krmed27-Apr-11 9:47
krmed27-Apr-11 9:47 
GeneralRe: How to set EM_SETCUEBANNER in a Edit Control Pin
vishalgpt27-Apr-11 17:05
vishalgpt27-Apr-11 17:05 
AnswerRe: How to set EM_SETCUEBANNER in a Edit Control Pin
«_Superman_»28-Apr-11 0:08
professional«_Superman_»28-Apr-11 0:08 
GeneralRe: How to set EM_SETCUEBANNER in a Edit Control Pin
krmed28-Apr-11 3:36
krmed28-Apr-11 3:36 
QuestionSleep in Button Click Pin
varunpandeyengg27-Apr-11 0:20
varunpandeyengg27-Apr-11 0:20 
AnswerRe: Sleep in Button Click Pin
_AnsHUMAN_ 27-Apr-11 0:42
_AnsHUMAN_ 27-Apr-11 0:42 
GeneralRe: Sleep in Button Click Pin
varunpandeyengg27-Apr-11 1:19
varunpandeyengg27-Apr-11 1:19 
GeneralRe: Sleep in Button Click Pin
_AnsHUMAN_ 27-Apr-11 1:50
_AnsHUMAN_ 27-Apr-11 1:50 
GeneralRe: Sleep in Button Click Pin
varunpandeyengg27-Apr-11 1:56
varunpandeyengg27-Apr-11 1:56 
GeneralRe: Sleep in Button Click PinPopular
_AnsHUMAN_ 27-Apr-11 2:02
_AnsHUMAN_ 27-Apr-11 2:02 
GeneralRe: Sleep in Button Click Pin
Albert Holguin27-Apr-11 18:26
professionalAlbert Holguin27-Apr-11 18:26 
GeneralRe: Sleep in Button Click Pin
Albert Holguin27-Apr-11 18:25
professionalAlbert Holguin27-Apr-11 18:25 
GeneralRe: Sleep in Button Click Pin
varunpandeyengg27-Apr-11 20:31
varunpandeyengg27-Apr-11 20:31 
GeneralRe: Sleep in Button Click Pin
Albert Holguin28-Apr-11 8:34
professionalAlbert Holguin28-Apr-11 8:34 
QuestionHow do i find last created file in a specified directory? Pin
yogish29326-Apr-11 21:55
yogish29326-Apr-11 21:55 
AnswerRe: How do i find last created file in a specified directory? Pin
_AnsHUMAN_ 26-Apr-11 22:19
_AnsHUMAN_ 26-Apr-11 22:19 
GeneralRe: How do i find last created file in a specified directory? Pin
yogish29326-Apr-11 23:34
yogish29326-Apr-11 23:34 
QuestionFindWindowex in MFC Application Pin
irudayam26-Apr-11 21:14
irudayam26-Apr-11 21:14 
AnswerRe: FindWindowex in MFC Application Pin
Richard MacCutchan26-Apr-11 22:25
mveRichard MacCutchan26-Apr-11 22:25 
AnswerRe: FindWindowex in MFC Application Pin
Hans Dietrich27-Apr-11 5:56
mentorHans Dietrich27-Apr-11 5:56 
GeneralRe: FindWindowex in MFC Application Pin
irudayam27-Apr-11 19:18
irudayam27-Apr-11 19:18 
Questionconversion from CString to char Pin
VCProgrammer26-Apr-11 20:58
VCProgrammer26-Apr-11 20:58 

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.