C++ – Perl/Tk GUI for C++ Application

c++perlperltk

I have to do a college project using C++ that requires a GUI. I want to use Perl/Tk for the GUI, but I am not sure how to link the C++ to the Perl. The project requires being able to pass variables back and forth. Could anyone point me in the direction of some good tutorials/books for linking the two, or any ideas on how I should approach the problem as I have never had to link two languages before.

Best Solution

I'm working on a library to make that as simple as possible, but it's still an alpha version.