Volatile (computer programming): Difference between revisions

Content deleted Content added
Volatile is not a threading primitive for C and C++, the page was and remains specific to C and C++, volatile has different meanings under different languages, ex: Java
External links: Dead link removed
Line 51:
==External links==
 
*[http://www.programmersheaven.com/articles/pathak/article1.htm Use of volatile at Programmer's Heaven]
*[http://msdn2.microsoft.com/en-us/library/12a04hfd.aspx volatile keyword in Visual C++]
*[http://kernel.org/doc/Documentation/volatile-considered-harmful.txt Why the "volatile" type class should not be used (Linux kernel documentation)]