??? 05/20/04 13:18 Read: times |
#70752 - RE: how to use to header files in one fi Responding to: ???'s previous message |
Have you thought of using c, not cpp?
After I have found out below what CPP is, I have a comment. An if in the preprocessor take NO execution time, an if in the code takes SOME execution time. Any condition that can be determined at build time rather than run time should be done in the preprocessor for the above reason. Erik |