[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVolatile
When a variable is volatile, it means that it might change its value outside of the language. For example a real time clock. This clock changes its value without the programmer changing its value, as this is done by the CPU itself.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppVolatile
(C++) volatile
keyword.When a variable is volatile, it means that it might change its value outside of the language. For example a real time clock. This clock changes its value without the programmer changing its value, as this is done by the CPU itself.
'volatile' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
