M
marsboee
This must have been the MFC (or basic C++) class I slept through:
I have a typedef in a header file (for a CView subclass). I want to
use this type in another .h file.
How do I make this type available to another header (as a member
variable, for instance)? It (obviously) works to just include the .h
file with the typedef in the desired header, but I know this is bad
style and might cause problems in the future.
Thanks,
marsboee
I have a typedef in a header file (for a CView subclass). I want to
use this type in another .h file.
How do I make this type available to another header (as a member
variable, for instance)? It (obviously) works to just include the .h
file with the typedef in the desired header, but I know this is bad
style and might cause problems in the future.
Thanks,
marsboee