> When I used gcc to compile my codes, I found that the compiler > didn't examine all my codes. It seemed that it only check those > functions in classes which I actually used in an application. No, the compiler examines all source code it compiles. Can you provide a specific example? Martin