ILE C/C++ Programmer's Guide

Minimizing the Use of Static and Global Variables

Minimize the use of static and global variables, if possible. These are initializedwhether or not you explicitly initialize them. By not using static and global variables, the performance improvement is obtained at activation group startup.


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