ILE C/C++ Programmer's Guide


Choosing Data Types to Improve Performance

There are several ways to improve performance through data types. Replacing bit fields with other data types and minimizing the use of static and global variables are some of the ways.


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