Click here to Skip to main content
16,010,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to copy a File to another place using C++ Pin
pubududilena25-Mar-05 17:39
pubududilena25-Mar-05 17:39 
AnswerRe: How to copy a File to another place using C++ Pin
Anthony_Yio25-Mar-05 18:21
Anthony_Yio25-Mar-05 18:21 
AnswerRe: How to copy a File to another place using C++ Pin
David Crow26-Mar-05 7:24
David Crow26-Mar-05 7:24 
QuestionUsing XP's built-in text-to-speech functionality? Pin
IGx8925-Mar-05 17:29
IGx8925-Mar-05 17:29 
QuestionRead 3DS file for create character animation - how to ? Pin
sonla25-Mar-05 16:57
sonla25-Mar-05 16:57 
AnswerRe: Read 3DS file for create character animation - how to ? Pin
MMansonFan2529-Mar-05 23:14
MMansonFan2529-Mar-05 23:14 
GeneralRe: Read 3DS file for create character animation - how to ? Pin
sonla29-Mar-05 23:25
sonla29-Mar-05 23:25 
GeneralInterlocked Functions Pin
Obi Wan 225-Mar-05 15:21
Obi Wan 225-Mar-05 15:21 
There are several "interlocked" functions such as InterlockedIncrement. All these functions change the interlocked variable value. There is no "get" function to just look at the value. Does this mean that threads can use the variable with normal references as long as they do not change it?

The value of the variable could be learned using InterlockedExchangeAdd of zero, or InterlockedCompareExchange with the same comparand as the exchange value. These obviously have more overhead than simple access.

-Obi Wan 2
GeneralRe: Interlocked Functions Pin
cmk25-Mar-05 16:35
cmk25-Mar-05 16:35 
GeneralRe: Interlocked Functions Pin
Obi Wan 225-Mar-05 17:36
Obi Wan 225-Mar-05 17:36 
GeneralRe: Interlocked Functions Pin
cmk25-Mar-05 19:15
cmk25-Mar-05 19:15 
GeneralRe: Interlocked Functions Pin
Obi Wan 225-Mar-05 22:05
Obi Wan 225-Mar-05 22:05 
GeneralRe: Interlocked Functions Pin
cmk25-Mar-05 23:21
cmk25-Mar-05 23:21 
GeneralRe: Interlocked Functions Pin
Obi Wan 226-Mar-05 1:57
Obi Wan 226-Mar-05 1:57 
GeneralRe: Interlocked Functions Pin
Obi Wan 230-Oct-05 9:24
Obi Wan 230-Oct-05 9:24 
GeneralMemory Limits Pin
Obi Wan 225-Mar-05 14:45
Obi Wan 225-Mar-05 14:45 
GeneralRe: Memory Limits Pin
David Crow25-Mar-05 16:02
David Crow25-Mar-05 16:02 
GeneralRe: Memory Limits Pin
Obi Wan 225-Mar-05 17:21
Obi Wan 225-Mar-05 17:21 
GeneralRestart the process Pin
mpapeo25-Mar-05 13:38
mpapeo25-Mar-05 13:38 
GeneralRe: Restart the process Pin
Anand for every one25-Mar-05 21:41
Anand for every one25-Mar-05 21:41 
GeneralRe: Restart the process Pin
mpapeo26-Mar-05 9:00
mpapeo26-Mar-05 9:00 
GeneralActiveX in C++ Pin
j1webb25-Mar-05 12:36
j1webb25-Mar-05 12:36 
General<<NEWB-Troubles with stacks Pin
rdt25325-Mar-05 11:48
rdt25325-Mar-05 11:48 
GeneralRe: <<NEWB-Troubles with stacks Pin
Paul M Watt25-Mar-05 12:56
mentorPaul M Watt25-Mar-05 12:56 
GeneralRe: <<NEWB-Troubles with stacks Pin
FlyingTinman25-Mar-05 13:05
FlyingTinman25-Mar-05 13:05 

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.