Click here to Skip to main content
15,900,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I take volitile to mean the same as you describe. It instructs the compiler to make no assumptions about the value of the variable within the code unit. Otherwise, the compiler might not get a fresh copy from memory when it knew that code unit had not changed it. How this carries over to multi-processors and caching is not clear, but I suspect it provides no benefit as the compiler would be unaware of caching and multi-processors. The fresh copy it gets could easily come from that processor's cache...different than the value in some other processor's cache or memory.

While the issue still remains foggy to me, this discussion has been helpful. Thanks.

-Obi Wan 2
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 
GeneralRe: &lt;&lt;NEWB-Troubles with stacks Pin
rdt25325-Mar-05 15:42
rdt25325-Mar-05 15:42 
GeneralRe: &lt;&lt;NEWB-Troubles with stacks Pin
David Crow25-Mar-05 16:03
David Crow25-Mar-05 16:03 
GeneralRe: &lt;&lt;NEWB-Troubles with stacks Pin
rdt25325-Mar-05 16:11
rdt25325-Mar-05 16:11 
GeneralRe: &lt;&lt;NEWB-Troubles with stacks Pin
David Crow26-Mar-05 7:07
David Crow26-Mar-05 7:07 
GeneralAccessing and displaying data of worker thread function Pin
Member 153706925-Mar-05 11:11
Member 153706925-Mar-05 11:11 
GeneralRe: Accessing and displaying data of worker thread function Pin
Paul M Watt25-Mar-05 12:59
mentorPaul M Watt25-Mar-05 12:59 

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.