Is it possible to code UX/UI in Objective C and the main program with c++?

Hey, lets say I have a c++ program that runs clean and fast in consol. But now I want to have a user interface(for Mac and Windows).

Can I use Objective C for the User interface? I don’t want to write all the code with Obj-C, if I could only make the UI with it and let the main program in c++ that would be awesome.

Is it possible?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.