Reputation: 324
What tool (language) should I choose to Develop a GUI if I am familiar with c/c++ and concepts of oops such that it enhances my c/c++ skills more rather than learning a new language.
Upvotes: 0
Views: 414
Reputation:
I like WxWidgets a lot. It works well on Linux, Windows and Macs. I've used it for several small applications. Also, if you don't care about native look and feel, you may like FLTK too. I've had good results with both of those in C++.
Upvotes: 1