Hello,
If got a file myConstants.h with all kind of #define statements in it, and I would like to use it in a class that I've made and is within a .vcx file. The question is where should I put the statement #include "myConstants.h", should it be in every method of the class where constants are used?
Thanks,
Charl
If got a file myConstants.h with all kind of #define statements in it, and I would like to use it in a class that I've made and is within a .vcx file. The question is where should I put the statement #include "myConstants.h", should it be in every method of the class where constants are used?
Thanks,
Charl