Use C++ & wxwidgets for GUI or Use Java

closed account (365X92yv)
Pretty much explanatory. I've got a timer program I wrote but it seems nigh impossible to try and decode all the BS that is wxwidgets and try to decipher it to make a GUI for my timer. I was wondering if I should just stop trying and just port my timer to java since it would be easier to make an interface in java. Opinions?
For a run-of-the-mill gui, use Java or C# or C++/CLI or whatever.

Using C++ for it would be like trying to swat a fly with a power hammer.
Last edited on
Use Qt, the easiest GUI creator ever conceived (with C++).

www.qt-project.org
Topic archived. No new replies allowed.