AndrewMozley
Programmer
There is a file of constant definitions, amdefn.h, which has the definition of several constants, e.g:
These constants are to be used within several methods of the classes in a visual class library. Where do I need to put the #include amdefn.h ? Is it needed in each method which makes use of the constants in this file of definitions?
Thanks. Andrew
Code:
#define amCREDIT “SC”
These constants are to be used within several methods of the classes in a visual class library. Where do I need to put the #include amdefn.h ? Is it needed in each method which makes use of the constants in this file of definitions?
Thanks. Andrew