Hello all,
I am working on a program that has 20+ custom classes. The question is, can I put these into a separate file and include it? In C++ I would have just made a header ".h" file and included it. I know it isn't necessary, but all of these classes are serving to make my form code look unnecessarily long. Any ideas??
Thanks
Kevin
- "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it hurts.
I am working on a program that has 20+ custom classes. The question is, can I put these into a separate file and include it? In C++ I would have just made a header ".h" file and included it. I know it isn't necessary, but all of these classes are serving to make my form code look unnecessarily long. Any ideas??
Thanks
Kevin
- "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it hurts.