ILE C/C++ Programmer's Guide

Avoiding Use of the Volatile Qualifier

Only use the volatile qualifier when necessary. Volatile specifies that a variable can be changed at any time, possibly by an external program, and therefore it is not a candidate for optimization.


[ Top of Page | Previous Page | Next Page | Table of Contents ]