Hi, i'm relatively new to C++, though i've been working with one form each time I use C++ Builder, i'd now like to branch out a bit more.
For example I wish to implement a second unit to contain methods and functions that would be best left out of the main form.
The only thing is i'm currently unable to link the two together, i'm guessing the main form's header file requires the new unit's header file as an #include but then how do I refer to the different methods included in the new unit?
I'm quite stumped!
For example I wish to implement a second unit to contain methods and functions that would be best left out of the main form.
The only thing is i'm currently unable to link the two together, i'm guessing the main form's header file requires the new unit's header file as an #include but then how do I refer to the different methods included in the new unit?
I'm quite stumped!